From 8889330864312f7383b62f8c3ce1ec00c8f11334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Sj=C3=B6str=C3=B6m?= Date: Thu, 29 May 2014 00:19:09 +0200 Subject: [PATCH] Fixed a tiny misspelling. recommand -> recommend --- docs/source/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/usage.rst b/docs/source/usage.rst index fdb3d12641..3210ef2f54 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -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"