summaryrefslogtreecommitdiff
path: root/Examples/ruby
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2019-05-25 07:44:02 -0400
committerOlly Betts <ojwbetts@gmail.com>2019-05-28 11:41:22 +1200
commit87695dacb19edf603219580d8b44444be7c2034e (patch)
tree5ee73fb2f4d2ee091378dc73d3fecb54dc47d57e /Examples/ruby
parent9829bdf5b1c0eaae2f7b4941db5d33c35f461a63 (diff)
downloadswig-87695dacb19edf603219580d8b44444be7c2034e.tar.gz
Misc. documentation and source comment typo fixes
Found via `codespell -q 3 -L uint,od,objext,ba,cmo,bae,ans,struc,fo,clos,goin,upto,thru` Revert changes in previous commit
Diffstat (limited to 'Examples/ruby')
-rw-r--r--Examples/ruby/exceptproxy/example.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/ruby/exceptproxy/example.i b/Examples/ruby/exceptproxy/example.i
index 8e00751b2..ad0c23acb 100644
--- a/Examples/ruby/exceptproxy/example.i
+++ b/Examples/ruby/exceptproxy/example.i
@@ -14,7 +14,7 @@
%}
-/* The EmpytError doesn't appear in a throw declaration, and hence
+/* The EmptyError doesn't appear in a throw declaration, and hence
we need to tell SWIG that the dequeue method throws it. This can
now be done via the %catchs feature. */
%catches(FullError) *::enqueue;