diff options
Diffstat (limited to 'korundum/rubylib')
-rw-r--r-- | korundum/rubylib/examples/kludgeror.rb | 2 | ||||
-rw-r--r-- | korundum/rubylib/templates/annotated/systray1.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/korundum/rubylib/examples/kludgeror.rb b/korundum/rubylib/examples/kludgeror.rb index ae6db564..5bf2b4a4 100644 --- a/korundum/rubylib/examples/kludgeror.rb +++ b/korundum/rubylib/examples/kludgeror.rb @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# A tquick and dirty web browser demonstrating the direct instantiation +# A quick and dirty web browser demonstrating the direct instantiation # of a TDEHTML part. Needless to say: this is NOT a programming paragon :) # -- gg. # AK - ported to ruby diff --git a/korundum/rubylib/templates/annotated/systray1.rb b/korundum/rubylib/templates/annotated/systray1.rb index cf90ef45..15ab2328 100644 --- a/korundum/rubylib/templates/annotated/systray1.rb +++ b/korundum/rubylib/templates/annotated/systray1.rb @@ -4,7 +4,7 @@ This is a ruby version of Jim Bublitz's pytde program, translated by Richard Dal =begin A basic system tray application - you can combine this with code from -menuapp2.rb or menuapp3.rb to tquickly build a full-blown application +menuapp2.rb or menuapp3.rb to quickly build a full-blown application framework. =end |