commit | 0e7eac305437e8a91d4e645e804af99605755402 | [log] [tgz] |
---|---|---|
author | Baptiste Mathus <batmat@batmat.net> | Sun May 29 16:14:40 2016 +0200 |
committer | Carlos Sanchez <carlos@apache.org> | Sun May 29 17:14:40 2016 +0300 |
tree | 7381ad6537f0e3116f959e30b7eab7abeefbe22d | |
parent | 3a3295fcf41578d5f6d8c0fdd62efd9915c74d69 [diff] |
typo: allready -> already (#278)
diff --git a/install-plugins.sh b/install-plugins.sh index 750eb5c..c4be58a 100755 --- a/install-plugins.sh +++ b/install-plugins.sh
@@ -15,7 +15,7 @@ exit -1 fi else - echo "$plugin is allready downloaded." + echo "$plugin is already downloaded." fi resolveDependencies $1 }