summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorUnknown <kunda@scribus.net>2017-11-03 00:52:06 -0400
committerUnknown <kunda@scribus.net>2017-11-03 00:52:06 -0400
commitf23b41d7b1acc2b95be18a776c3cc4453af6598a (patch)
tree78af9b622c25e09576c136288cb06d45789e3ff1 /autogen.sh
parent71254014116bf9c9b99a4c4b7f8dffbb400b7a46 (diff)
downloadlibpng-f23b41d7b1acc2b95be18a776c3cc4453af6598a.tar.gz
Misc. typos
Some are user facing. Some are in actual code. Most are in source comments. Also, please double check the changes in contrib/tools/pngfix.c
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 91607171b..a46daf65a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -194,7 +194,7 @@ case "$mode" in
if test -d .git
then
exec >&2
- echo "ERROR: running autoreconf on an initialized sytem"
+ echo "ERROR: running autoreconf on an initialized system"
echo " This is not necessary; it is only necessary to remake the"
echo " autotools generated files if Makefile.am or configure.ac"
echo " change and make does the right thing with:"