8000 Fixed a tiny misspelling. by erikdsjostrom · Pull Request #246 · kivy/python-for-android · GitHub
[go: up one dir, main page]

Skip to content

Fixed a tiny misspelling. #246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 13, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can include other modules (or "recipes") to compile using `-m`::
You can also specify a specific version for each package. Please note that the
compilation might **break** if you don't use the default version. Most recipes
have patch to fixes android issues, and might not apply if you specify a
version. We also recommand to clean build/ before changing version.::
version. We also recommend to clean build/ before changing version.::

./distribute.sh -m "openssl kivy==master"

Expand Down
0