diff options
Diffstat (limited to 'ext/tk/lib')
-rw-r--r-- | ext/tk/lib/tk/image.rb | 2 | ||||
-rw-r--r-- | ext/tk/lib/tkextlib/SUPPORT_STATUS | 8 | ||||
-rw-r--r-- | ext/tk/lib/tkextlib/tile/style.rb | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/ext/tk/lib/tk/image.rb b/ext/tk/lib/tk/image.rb index d2b0305dcd..972383982f 100644 --- a/ext/tk/lib/tk/image.rb +++ b/ext/tk/lib/tk/image.rb @@ -132,7 +132,7 @@ end # exists to allow additional image file formats to be added easily. # # This class documentation is a copy from the original Tcl/Tk at -# http://www.tcl.tk/man/tcl8.5/TkCmd/photo.htm with some rewrited parts. +# http://www.tcl.tk/man/tcl8.5/TkCmd/photo.htm with some rewritten parts. class TkPhotoImage<TkImage NullArgOptionKeys = [ "shrink", "grayscale" ] diff --git a/ext/tk/lib/tkextlib/SUPPORT_STATUS b/ext/tk/lib/tkextlib/SUPPORT_STATUS index 522039b11a..865181a766 100644 --- a/ext/tk/lib/tkextlib/SUPPORT_STATUS +++ b/ext/tk/lib/tkextlib/SUPPORT_STATUS @@ -3,7 +3,7 @@ *** RELEASE_DATE of the libraries => see 'tkextlib/version.rb' *** -The following list shows *CURRENT* status when this file was modifyed +The following list shows *CURRENT* status when this file was modified at last. If you want to add other Tcl/Tk extensions to the planed list (or change its status position), please request them at the ruby-talk, ruby-list, or ruby-dev ML. Although we cannot promise to support your @@ -34,7 +34,7 @@ script may give you some hints about that. If you cannot use installed Tcl/Tk extension, please check the followings. - (1) On your Tcl/Tk, does the extention work? + (1) On your Tcl/Tk, does the extension work? (2) Do DLL libraries of the extension exist on DLL load-path? (See also "<ruby archive>/ext/tcltklib/README.ActiveTcl") @@ -44,8 +44,8 @@ script may give you some hints about that. The check results may request you to do some setup operations before using the extension. If so, then please write the step - of setup oprations into the "setup.rb" file in the directory - of the wrapper libraries for the extention (It is the wrapper + of setup operations into the "setup.rb" file in the directory + of the wrapper libraries for the extension (It is the wrapper libraries have the standard structure of the libraries in this directory). The "setup" file is required before requiring the Tcl library package (TkPackage.require(<libname>)). diff --git a/ext/tk/lib/tkextlib/tile/style.rb b/ext/tk/lib/tkextlib/tile/style.rb index 108d81f88b..83a0c9a2e8 100644 --- a/ext/tk/lib/tkextlib/tile/style.rb +++ b/ext/tk/lib/tkextlib/tile/style.rb @@ -21,8 +21,8 @@ class << Tk::Tile::Style TkCommandNames = ['style'.freeze].freeze # --- Tk::Tile::Style.__define_wrapper_proc_for_compatibility__! --- - # On Ttk (Tile) extension, 'style' command has imcompatible changes - # depend on the version of the extention. It requires modifying the + # On Ttk (Tile) extension, 'style' command has incompatible changes + # depend on the version of the extension. It requires modifying the # Tcl/Tk scripts to define local styles. The rule for modification # is a simple one. But, if users want to keep compatibility between # versions of the extension, they will have to contrive to do that. |