aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2007-10-07 14:28:36 +0000
committerOlly Betts <olly@survex.com>2007-10-07 14:28:36 +0000
commitb19ba03ff1eaeed954bbba87d73c0a592d1da1aa (patch)
tree0e2dbff6b37f7c11c51117acd5f30f632db37925 /configure.in
parent12919429ad30032cda55fe98c5f2122d42172036 (diff)
downloadswig-b19ba03ff1eaeed954bbba87d73c0a592d1da1aa.tar.gz
Fix typo in comment (libary -> library)
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9964 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2282a1d90..42eb4cf77 100644
--- a/configure.in
+++ b/configure.in
@@ -221,7 +221,7 @@ then
fi
AC_MSG_RESULT($LINKFORSHARED)
-# This variation is needed on OS-X because there is no (apparent) consistency in shared libary naming.
+# This variation is needed on OS-X because there is no (apparent) consistency in shared library naming.
# Sometimes .bundle works, but sometimes .so is needed. It depends on the target language
AC_SUBST(PYTHON_SO)