Fix grammar on error message

pull/66/head
Mark Szymanski 2011-06-30 08:30:46 -05:00
parent f6950f9f7b
commit 1a96945885
1 changed files with 3 additions and 3 deletions

View File

@ -32,6 +32,6 @@ function dock-switch() {
echo "dock-switch 3d."
fi
else
echo "sorry. you're currently not using os x"
echo "Sorry, this only works on Mac OS X"
fi
}