diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-21 19:23:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-21 19:23:03 -0400 |
commit | 303e4f5951cac8a43e6a47855596a73f4c0a63ac (patch) | |
tree | 762371590d319ff383be28a89c4ffe0d44e8dbd5 /doc | |
parent | 6a191dc71670d5e0d37b7f64fa45b3128fb35e1d (diff) |
typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/special_remotes/hook.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/special_remotes/hook.mdwn b/doc/special_remotes/hook.mdwn index ecfb8a7dc..31851a26f 100644 --- a/doc/special_remotes/hook.mdwn +++ b/doc/special_remotes/hook.mdwn @@ -98,7 +98,7 @@ case "$ANNEX_ACTION" in echo "$ANNEX_KEY" fi *) - echo "unkown ANNEX_ACTION: $ANNEX_ACTION" >&2 + echo "unknown ANNEX_ACTION: $ANNEX_ACTION" >&2 exit 1 ;; esac |