Fix grammar on error message

This commit is contained in:
Mark Szymanski
2011-06-30 08:30:46 -05:00
parent f6950f9f7b
commit 1a96945885

View File

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