aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Maier2019-04-30 08:57:37 +0200
committerLothar Serra Mari2019-04-30 09:19:20 +0200
commit342c6fab993cbdc58f83f9fadc2723a9284f6d02 (patch)
treed037fba24a71da0a3186781252dca5aada32ae0f
parente28f6e1ead8b752f627f11377db3895950fe4bbd (diff)
downloadscummvm-rg350-342c6fab993cbdc58f83f9fadc2723a9284f6d02.tar.gz
scummvm-rg350-342c6fab993cbdc58f83f9fadc2723a9284f6d02.tar.bz2
scummvm-rg350-342c6fab993cbdc58f83f9fadc2723a9284f6d02.zip
Fix typo in comment
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 13d4117e34..1234af6982 100755
--- a/configure
+++ b/configure
@@ -4876,7 +4876,7 @@ echo "$_libunity"
#
find_freetype() {
# Wrapper function which tries to find freetype
- # either by callimg freetype-config or by using
+ # either by calling freetype-config or by using
# pkg-config.
# As of freetype-2.9.1 the freetype-config file
# no longer gets installed by default.