diff options
author | Piotr Fusik <fox@scene.pl> | 2011-09-13 21:10:43 +0200 |
---|---|---|
committer | Stefan Sauer <ensonic@users.sf.net> | 2011-12-02 12:03:27 +0100 |
commit | 14644457b06f48b26f32f88ef91e1286a48ebe24 (patch) | |
tree | 5216c737500ee2cc4e0032e0c841f6d64660c0cd /m4 | |
parent | 0cce8ab97d614ef53970292bd403e7f4460d79f9 (diff) |
various: typo fixes
Fix typos in code and docs. Fixes. #658984
Diffstat (limited to 'm4')
-rw-r--r-- | m4/freetype2.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/freetype2.m4 b/m4/freetype2.m4 index 7199071fc..f85cc47a3 100644 --- a/m4/freetype2.m4 +++ b/m4/freetype2.m4 @@ -131,7 +131,7 @@ else echo "*** The FreeType test program failed to run. If your system uses" echo "*** shared libraries and they are installed outside the normal" echo "*** system library path, make sure the variable LD_LIBRARY_PATH" - echo "*** (or whatever is appropiate for your system) is correctly set." + echo "*** (or whatever is appropriate for your system) is correctly set." fi fi FT2_CFLAGS="" |