Misc. typo and whitespace fixes
Found via `codespell -q 3 -L "uint,bae,objext,cmo,goin,struc,ois,upto"` whitespaces were unintentionally fixed due to my editors settings. Rebased patch #1327
This commit is contained in:
parent
ad7b591d24
commit
ed28e7cbe2
8 changed files with 32 additions and 32 deletions
|
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
# Ruby's GC is somewhat broken in that it will mark some more stack space
|
||||
# leading to the collection of local objects to be delayed.
|
||||
# Thus, upon invokation, it sometimes you can wait up to several
|
||||
# Thus, upon invocation, it sometimes you can wait up to several
|
||||
# instructions to kick in.
|
||||
# See: http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/7449
|
||||
#
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Ruby's GC is somewhat broken in that it will mark some more stack space
|
||||
# leading to the collection of local objects to be delayed.
|
||||
# Thus, upon invokation, it sometimes you can wait up to several
|
||||
# Thus, upon invocation, it sometimes you can wait up to several
|
||||
# instructions to kick in.
|
||||
# See: http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/7449
|
||||
#
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ end
|
|||
|
||||
def swig_assert_simple(a)
|
||||
unless a
|
||||
raise SwigRubyError.new("assertion falied.")
|
||||
raise SwigRubyError.new("assertion failed.")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue