summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2017-05-03 23:54:29 +0200
committerWerner Lemberg <wl@gnu.org>2017-05-03 23:54:29 +0200
commit8cd31eb7b0c0af307f5f31109685963e522718fc (patch)
tree29d4f9ef9baa95c7cce3d0d4dc31bd1bd5ad961c /configure
parentc9e7063a01002fbfa2b19522c3d3e554378f7690 (diff)
downloadfreetype2-8cd31eb7b0c0af307f5f31109685963e522718fc.tar.gz
*/*: s/backwards compatibility/backward compatibility/.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e4312f9cb..68dbd9919 100755
--- a/configure
+++ b/configure
@@ -15,7 +15,7 @@
rm -f config.mk builds/unix/unix-def.mk builds/unix/unix-cc.mk
-# respect GNUMAKE environment variable for backwards compatibility
+# respect GNUMAKE environment variable for backward compatibility
if test "x$GNUMAKE" = x; then
if test "x$MAKE" = x; then
if test "x`make -v 2>/dev/null | egrep 'GNU|makepp'`" = x; then