Merge pull request #598 from richardfearn/fix-git-sed-typo

git-sed: fix 'unkonwn' typo
This commit is contained in:
hemanth.hm 2016-11-19 20:52:43 +05:30 committed by GitHub
commit 1ed75978a9

View file

@ -46,7 +46,7 @@ actual command:
;;
-*)
usage
echo "unkonwn flag: $1"
echo "unknown flag: $1"
exit 1
;;
*)