From 07c97f8742ad85d4a7d33c406c464753fa818af6 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Sat, 3 Dec 2011 21:49:44 +0000 Subject: [PATCH] Fix comment typo git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12862 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Makefile.in b/Examples/Makefile.in index da7101255..a2dc9fe23 100644 --- a/Examples/Makefile.in +++ b/Examples/Makefile.in @@ -12,7 +12,7 @@ # certain packages have been installed. Set the prefixes # accordingly. # -# 2. To use this makefile, set required varibles, eg SRCS, INTERFACE, +# 2. To use this makefile, set required variables, eg SRCS, INTERFACE, # INTERFACEDIR, INCLUDES, LIBS, TARGET, and do a # $(MAKE) -f Makefile.template.in SRCS='$(SRCS)' \ # INCLUDES='$(INCLUDES) LIBS='$(LIBS)' INTERFACE='$(INTERFACE)' \