plugins: trivial typo fixes

Signed-off-by: Michael Turquette <mturquette@deferred.io>
pull/182/merge^2
Mike Turquette 2013-01-05 15:11:11 -08:00 committed by Michael Turquette
parent fccf91728e
commit 4f5bdd993e
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ function git_info() {
echo "-----------------" echo "-----------------"
echo echo
# print all remotes and thier details # print all remotes and their details
for remote in $(git remote show); do for remote in $(git remote show); do
echo $remote: echo $remote:
git remote show $remote git remote show $remote

View File

@ -27,7 +27,7 @@ function jquery_install {
} }
function jquery_ui_install { function jquery_ui_install {
about 'download jquery_us.js into public/javascripts' about 'download jquery_ui.js into public/javascripts'
group 'javascript' group 'javascript'
if [ -z "$1" ] if [ -z "$1" ]