diff options
author | Alexander Færøy <ahf@0x90.dk> | 2014-12-06 16:09:11 +0100 |
---|---|---|
committer | Alexander Færøy <ahf@0x90.dk> | 2014-12-06 16:09:11 +0100 |
commit | bbd733392446951f41d04c88cbab9a46ccec31d5 (patch) | |
tree | 38037712923aa6dddd883e7f855c470f50589768 /m4/glib-2.0.m4 | |
parent | c01e026c73bb0a030e2d104e73db70c1b2795512 (diff) | |
parent | f285332c5bb98c22952779f6d13664d3b2e3b847 (diff) | |
download | irssi-bbd733392446951f41d04c88cbab9a46ccec31d5.zip |
Merge pull request #171 from vlajos/typofixes-vlajos-20141108
typo fixes - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'm4/glib-2.0.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 |