diff options
author | Veres Lajos <vlajos@gmail.com> | 2014-11-08 22:26:53 +0000 |
---|---|---|
committer | Veres Lajos <vlajos@gmail.com> | 2014-11-08 22:26:53 +0000 |
commit | f285332c5bb98c22952779f6d13664d3b2e3b847 (patch) | |
tree | e164681cea8a338cd0fd028704ae0560a1d763eb /m4 | |
parent | 688fc817dd9958f66e3be603dd0ee8ecc97d649d (diff) | |
download | irssi-f285332c5bb98c22952779f6d13664d3b2e3b847.zip |
typo fixes - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'm4')
-rw-r--r-- | m4/glib-2.0.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/glib-2.0.m4 b/m4/glib-2.0.m4 index 2a5afd0c..2c8760b7 100644 --- a/m4/glib-2.0.m4 +++ b/m4/glib-2.0.m4 @@ -187,7 +187,7 @@ main () echo "*** If you have an old version installed, it is best to remove it, although" echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" ], [ echo "*** The test program failed to compile or link. See the file config.log for the" - echo "*** exact error that occured. This usually means GLIB is incorrectly installed."]) + echo "*** exact error that occurred. This usually means GLIB is incorrectly installed."]) CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" fi |