summaryrefslogtreecommitdiff
path: root/Lib/ruby/ruby.swg
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-05-17 10:26:00 -0400
committerluz.paz <luzpaz@users.noreply.github.com>2018-05-17 10:26:00 -0400
commit6f698303211aa0d8820dd039f53a8f1fbbf070e3 (patch)
tree2d1221b24a606a634701c0f0c1c19c25bea51ba2 /Lib/ruby/ruby.swg
parent4434809e1304b5675114d8281f7024db79c63ded (diff)
downloadswig-6f698303211aa0d8820dd039f53a8f1fbbf070e3.tar.gz
follow-up typos
Diffstat (limited to 'Lib/ruby/ruby.swg')
-rw-r--r--Lib/ruby/ruby.swg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ruby/ruby.swg b/Lib/ruby/ruby.swg
index efa8ec2f7..d1335974e 100644
--- a/Lib/ruby/ruby.swg
+++ b/Lib/ruby/ruby.swg
@@ -14,7 +14,7 @@
/* Constants created by %constant or #define are UPPER_CASE */
%rename("%(uppercase)s", %$isconstant) "";
-/* SWIG only considers static class members with inline intializers
+/* SWIG only considers static class members with inline initializers
to be constants. For examples of what is and isn't considered
a constant by SWIG see naming.i in the Ruby test suite. */
%rename("%(uppercase)s", %$ismember, %$isvariable,%$isimmutable,%$isstatic,%$hasvalue,%$hasconsttype) "";