From 3fb96c236444b549922e267183e800e73c3af47f Mon Sep 17 00:00:00 2001 From: Xavier Delacour Date: Sun, 12 Jul 2009 21:11:08 +0000 Subject: [PATCH] fix typo git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11390 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Source/Modules/octave.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Modules/octave.cxx b/Source/Modules/octave.cxx index e65cc1cfa..9f924332d 100644 --- a/Source/Modules/octave.cxx +++ b/Source/Modules/octave.cxx @@ -13,7 +13,7 @@ char cvsroot_octave_cxx[] = "$Id$"; static const char *usage = (char *) "\ Octave Options (available with -octave)\n\ - -api - Generate code that assume octave API N [default: 37]\n\ + -api - Generate code that assumes Octave API N [default: 37]\n\ \n";