summaryrefslogtreecommitdiff
path: root/build-aux/declared.sh
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-05-12 11:16:19 +0200
committerBruno Haible <bruno@clisp.org>2019-05-12 11:16:19 +0200
commit569b5e1064b22fddc9ca7204d2ffc4f959302558 (patch)
tree14bfd5e8f2876c1e3257f5260e288cb95426dff6 /build-aux/declared.sh
parent03752516b21091cf3c4beea7e8b9bcad462d50ed (diff)
downloadgnulib-569b5e1064b22fddc9ca7204d2ffc4f959302558.tar.gz
declared.sh: Fix comment.
* build-aux/declared.sh: Fix typo in comment.
Diffstat (limited to 'build-aux/declared.sh')
-rwxr-xr-xbuild-aux/declared.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/declared.sh b/build-aux/declared.sh
index e606661ca5..e9d4b32279 100755
--- a/build-aux/declared.sh
+++ b/build-aux/declared.sh
@@ -72,7 +72,7 @@ while test $# -gt 0; do
--version | --versio | --versi | --vers | --ver | --ve | --v )
func_version
exit 0 ;;
- -- ) # Stop option prcessing
+ -- ) # Stop option processing
shift; break ;;
-* )
func_fatal_error "unrecognized option: $option"