From ce83e5d09107ac54a1f1122735bc4b8bc8ef7b91 Mon Sep 17 00:00:00 2001 From: Charlie Savage Date: Sat, 14 Jan 2006 22:31:20 +0000 Subject: [PATCH] Changed spelling mistake in autorename command line option text, also changed text a bit to be more descriptive git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8439 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Source/Modules/ruby.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Modules/ruby.cxx b/Source/Modules/ruby.cxx index 98b2ccaa6..125642311 100644 --- a/Source/Modules/ruby.cxx +++ b/Source/Modules/ruby.cxx @@ -123,8 +123,8 @@ Ruby Options (available with -ruby)\n\ -minherit - Attempt to support multiple inheritance\n\ -nocppcast - Disable C++ casting operators, useful for generating bugs\n\ -cppcast - Enable C++ casting operators\n\ - -autorename - Enable the automatice rename mechanism\n\ - -noautorename - Disable the automatice rename mechanism (default)\n\ + -autorename - Enable renaming of classes and methods to follow Ruby coding standards\n\ + -noautorename - Disable renaming of classes and methods (default)\n\ -prefix - Set a prefix to be prepended to all names\n\ -feature - Set feature name to (used by `require')\n";