summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2014-02-23 16:52:08 +1300
committerOlly Betts <olly@survex.com>2014-02-23 17:15:22 +1300
commit2f3bf144c685585dab7d4d8ae1ae805dda0edab8 (patch)
tree611f6542d86afedc55da13999b180f5e9efe5e0c /configure.ac
parent894de07c3d676268cbfc83cf92e0bd6e7850e2dc (diff)
downloadswig-2f3bf144c685585dab7d4d8ae1ae805dda0edab8.tar.gz
Fix assorted comment and documentation typos
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index be4e6e3c9..f3414969e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ AH_BOTTOM([
/* Default language */
#define SWIG_LANG "-tcl"
-/* Deal with Microsofts attempt at deprecating C standard runtime functions */
+/* Deal with Microsoft's attempt at deprecating C standard runtime functions */
#if defined(_MSC_VER)
# define _CRT_SECURE_NO_DEPRECATE
#endif