]> git.saurik.com Git - wxWidgets.git/commitdiff
No code changes, fixed various typos.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Sun, 3 Apr 2011 20:31:32 +0000 (20:31 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Sun, 3 Apr 2011 20:31:32 +0000 (20:31 +0000)
Applied patch by snowleopard2 fixing typos in interface/. Extended the fixes throughout trunk.

Closes #13076.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

142 files changed:
build/aclocal/ac_raf_func_which_getservbyname_r.m4
configure.in
demos/bombs/readme.txt
docs/changes.txt
docs/doxygen/mainpages/cat_classes.h
docs/doxygen/overviews/customwidgets.h
docs/publicity/announce.txt
include/wx/combo.h
include/wx/defs.h
include/wx/dialup.h
include/wx/dynarray.h
include/wx/gbsizer.h
include/wx/generic/filepickerg.h
include/wx/generic/statusbr.h
include/wx/geometry.h
include/wx/glcanvas.h
include/wx/gtk/dataview.h
include/wx/gtk1/window.h
include/wx/headercol.h
include/wx/html/htmlwin.h
include/wx/mimetype.h
include/wx/msw/dialog.h
include/wx/msw/setup0.h
include/wx/msw/setup_inc.h
include/wx/osx/dataview.h
include/wx/platform.h
include/wx/propgrid/propgridiface.h
include/wx/protocol/ftp.h
include/wx/rawbmp.h
include/wx/richtext/richtextbuffer.h
include/wx/richtext/richtextformatdlg.h
include/wx/toplevel.h
include/wx/univ/setup0.h
include/wx/univ/stdrend.h
include/wx/window.h
interface/wx/app.h
interface/wx/brush.h
interface/wx/caret.h
interface/wx/chartype.h
interface/wx/cmdproc.h
interface/wx/colordlg.h
interface/wx/colour.h
interface/wx/colourdata.h
interface/wx/combo.h
interface/wx/config.h
interface/wx/datstrm.h
interface/wx/dcbuffer.h
interface/wx/debugrpt.h
interface/wx/defs.h
interface/wx/dialog.h
interface/wx/dialup.h
interface/wx/docview.h
interface/wx/dynarray.h
interface/wx/fdrepdlg.h
interface/wx/ffile.h
interface/wx/filename.h
interface/wx/frame.h
interface/wx/fswatcher.h
interface/wx/gbsizer.h
interface/wx/geometry.h
interface/wx/glcanvas.h
interface/wx/graphics.h
interface/wx/grid.h
interface/wx/headercol.h
interface/wx/help.h
interface/wx/html/helpdlg.h
interface/wx/html/helpfrm.h
interface/wx/list.h
interface/wx/listctrl.h
interface/wx/log.h
interface/wx/menuitem.h
interface/wx/minifram.h
interface/wx/print.h
interface/wx/process.h
interface/wx/propgrid/propgridiface.h
interface/wx/rawbmp.h
interface/wx/ribbon/control.h
interface/wx/ribbon/panel.h
interface/wx/scrolwin.h
interface/wx/settings.h
interface/wx/slider.h
interface/wx/statline.h
interface/wx/strconv.h
interface/wx/stream.h
interface/wx/sysopt.h
interface/wx/textctrl.h
interface/wx/toplevel.h
interface/wx/treectrl.h
interface/wx/uiaction.h
interface/wx/ustring.h
interface/wx/utils.h
interface/wx/vector.h
interface/wx/vscroll.h
interface/wx/window.h
interface/wx/wizard.h
samples/dnd/dnd.cpp
samples/grid/griddemo.cpp
samples/menu/menu.cpp
samples/propgrid/tests.cpp
samples/widgets/checkbox.cpp
samples/xrc/custclas.h
src/cocoa/app.mm
src/cocoa/window.mm
src/common/datavcmn.cpp
src/common/datetimefmt.cpp
src/common/dcbase.cpp
src/common/dcgraph.cpp
src/common/imagtga.cpp
src/generic/dirdlgg.cpp
src/generic/grid.cpp
src/generic/gridctrl.cpp
src/generic/headerctrlg.cpp
src/generic/logg.cpp
src/generic/scrlwing.cpp
src/gtk/assertdlg_gtk.cpp
src/gtk/collpane.cpp
src/gtk/dataview.cpp
src/gtk/dirdlg.cpp
src/gtk/filedlg.cpp
src/gtk/print.cpp
src/gtk1/window.cpp
src/html/htmlcell.cpp
src/html/m_tables.cpp
src/msw/button.cpp
src/msw/dialog.cpp
src/msw/filedlg.cpp
src/msw/headerctrl.cpp
src/msw/listctrl.cpp
src/msw/statusbar.cpp
src/msw/toplevel.cpp
src/os2/button.cpp
src/os2/listctrl.cpp
src/os2/menuitem.cpp
src/os2/toplevel.cpp
src/os2/window.cpp
src/osx/carbon/dataview.cpp
src/osx/carbon/graphics.cpp
src/osx/carbon/listbox.cpp
src/osx/cocoa/dataview.mm
tests/controls/buttontest.cpp
tests/streams/bstream.h
tests/streams/zlibstream.cpp

index d14fb20d30b94b772518c84c4a601d920a9f7156..ed90549812c3a93ef541efe968bafa2789865cf8 100644 (file)
@@ -3,7 +3,7 @@ dnl
 dnl Provides a test to determine the correct way to call
 dnl getservbyname_r:
 dnl
-dnl  - defines HAVE_FUNC_GETSERVBYNAME_R_6 if it needs 6 arguments (e.g linux)
+dnl  - defines HAVE_FUNC_GETSERVBYNAME_R_6 if it needs 6 arguments (e.g. linux)
 dnl  - defines HAVE_FUNC_GETSERVBYNAME_R_5 if it needs 5 arguments (e.g. solaris)
 dnl  - defines HAVE_FUNC_GETSERVBYNAME_R_4 if it needs 4 arguments (e.g. osf/1)
 dnl
index e30e70d6395fc91849ba4bc0ca0129abb9c2b2e1..606bae14567e6cf39d0050b4ae3be1c31248662f 100644 (file)
@@ -534,7 +534,7 @@ if test "$wxUSE_GUI" = "yes"; then
         fi
       done
     else
-      dnl try to guess the most apropriate toolkit for this platform
+      dnl try to guess the most appropriate toolkit for this platform
       for toolkit in $ALL_TOOLKITS; do
         var=DEFAULT_DEFAULT_wxUSE_$toolkit
         eval "wxUSE_$toolkit=\$${var}"
@@ -4275,7 +4275,7 @@ AC_CHECK_TYPES([mbstate_t],
 
 dnl check for vsnprintf() -- a safe version of vsprintf())
 dnl
-dnl the trouble here is that on some systems (e.g HP-UX 10) this function is
+dnl the trouble here is that on some systems (e.g. HP-UX 10) this function is
 dnl present in libc but not in the system headers and so AC_CHECK_FUNCS (which,
 dnl stupidly, provides a dummy function declaration inside its extension)
 dnl succeeds, even with C++ compiler, but the compilation of wxWidgets fails
index 91983e7bed5a1fbf321dd8eb4938286b881e022f..82987e1c8ba36c4d85a95e48d89c473e082208ed 100644 (file)
@@ -73,6 +73,6 @@ is an unfortunate reflection of the reality of earlier versions of
 wxWindows :-)) to wxBombs.
 
 3) Added SetClientData to resize the window on Restart; eliminated
-scrollbars; made the frame unresizeable.
+scrollbars; made the frame unresizable.
 
 4) Added makefile.dos for VC++ 1.x, makefile.wat for Watcom C++.
\ No newline at end of file
index a633e0bfa1e34de27ff4a571e83309575c00e620..e9acd5e75585f35eb180d99133877d31b8974c7d 100644 (file)
@@ -948,7 +948,7 @@ wxMSW:
 - Fix centering wxFileDialog and allow positioning it.
 - Allow centering wxMessageDialog on its parent window (troelsk).
 - Use vertical scrollbar in wxMessageDialog if it's too big to fit on screen.
-- Show resize gripper on resizeable dialogs (Kolya Kosenko).
+- Show resize gripper on resizable dialogs (Kolya Kosenko).
 - Implement support for display enumeration under WinCE (Vince Harron).
 - Use different Win32 class names in different wx instances (Thomas Hauk).
 - Support multiline labels for wxCheckBox and wxToggleButton.
@@ -1720,7 +1720,7 @@ All (GUI):
 - Fixed centering of top level windows on secondary displays.
 - Implemented wxDisplay::GetFromWindow() for platforms other than MSW.
 - UpdateUI handler can now show/hide the window too (Ronald Weiss).
-- More than one filter allowed in in wxDocTemplate filter.
+- More than one filter allowed in wxDocTemplate filter.
 - Added wxListBox::HitTest().
 - Added wxDisplay::GetClientArea().
 - Indices and counts in wxControlWithItems derived API are unsigned.
@@ -2665,7 +2665,7 @@ wxMSW:
 - several fixes to owner drawn menu items (Christian Sturmlechner)
 - wxGauge now supports full 32 bit range (Miroslav Rajcic)
 - make it possible to give focus to the notebook tabs (Hajo Kirchhoff)
-- MDI child frames are not always resizeable any more (Andrei Fortuna)
+- MDI child frames are not always resizable any more (Andrei Fortuna)
 - fixed enumerating of entries/groups under '/' in wxRegConfig
 - added wxSYS_ICONTITLE_FONT (Andreas Pflug)
 - added wxPATH_NORM_SHORTCUT to wxFileName
@@ -2772,7 +2772,7 @@ All GUI ports:
 - added wxRenderer class allowing to customize the drawing of generic controls
 - added wxCLOSE_BOX style for dialogs and frames
 - added wxSplitterWindow and wxWizard handlers to XRC
-- wxWizard is now sizer-friendly and may be made resizeable (Robert Vazan)
+- wxWizard is now sizer-friendly and may be made resizable (Robert Vazan)
 - added proportion to wxFlexGridSizer::AddGrowableRow/Col (Maxim Babitski)
 - added wxFlexGridSizer::SetFlexibleDirection() (Szczepan Holyszewski)
 - implemented GetEditControl for wxGenericTreeCtrl (Peter Stieber)
@@ -3533,7 +3533,7 @@ wxMSW:
 - wxFileDialog: adjusts struct size if there's an error (struct
   sizes can be different on different versions of Windows)
 - wxImageList::GetSize() documented and added to wxMSW
-- fixed default dialog style to make them non resizeable again
+- fixed default dialog style to make them non resizable again
 - fixed wxFrame::IsShown() which always returned TRUE before
 
 wxGTK:
index c1a895e05786f7fbcceb4ed2021b85d2e5152608..6524ffff0cf5acc780d06f417c339625db877a79 100644 (file)
@@ -655,13 +655,13 @@ These are the data structure classes supported by wxWidgets.
 These classes define objects for performing conversions between different
 multibyte and Unicode encodings and wide character strings.
 
-@li wxMBConv: Base class for all convertors, defines the API implemented by all
-    the other convertor classes.
-@li wxMBConvUTF7: Convertor for UTF-7
-@li wxMBConvUTF8: Convertor for UTF-8
-@li wxMBConvUTF16: Convertor for UTF-16
-@li wxMBConvUTF32: Convertor for UTF-32
-@li wxCSConv: Convertor for any system-supported encoding which can be
+@li wxMBConv: Base class for all converters, defines the API implemented by all
+    the other converter classes.
+@li wxMBConvUTF7: Converter for UTF-7
+@li wxMBConvUTF8: Converter for UTF-8
+@li wxMBConvUTF16: Converter for UTF-16
+@li wxMBConvUTF32: Converter for UTF-32
+@li wxCSConv: Converter for any system-supported encoding which can be
     specified by name.
 
 Related Overviews: @ref overview_mbconv
index 8891e1bccfe23f9a7e22f6161c441aef5a45b4e1..d427746e825f9f7f5f12d6edc950cf32442d5f96 100644 (file)
@@ -135,7 +135,7 @@ The organization used by wxWidgets consists in:
 - declaring the real widget class inheriting from the Base version in
   platform-specific headers; see for example the wxWidgets' @c "wx/gtk/button.h" file.
 
-- separing the different implementations in different source files, putting
+- separating the different implementations in different source files, putting
   all common stuff in a separate source.
   See for example the wxWidgets' @c "src/common/btncmn.cpp", @c "src/gtk/button.cpp"
   and @c "src/msw/button.cpp" files.
index 7129a0771142e9c01a3abf5bfdce49f6d08e2236..eee1e4b6ee70ac06bea9435c1c4b22775c613d7a 100644 (file)
@@ -68,7 +68,7 @@ and use than MFC and other frameworks.
 
 As well as comprehensive support for the usual widgets, advanced
 features include: HTML viewing/printing, wxImage class providing
-handlers for reading and writing many image types, resizeable panels
+handlers for reading and writing many image types, resizable panels
 and dialogs on all platforms, document/view, OpenGL support,
 HTML-based and context-sensitive help, wizards, drag and drop,
 a grid class, ODBC support, threads, sockets, container classes,
index 2196b4e5cb2ac9a6552f95afe6d071d14f88544c..4c7f0867b318b73da6c3e87bc8969444d3b513f0 100644 (file)
@@ -641,7 +641,7 @@ protected:
     // main (ie. topmost) window of a composite control (default = this)
     wxWindow*               m_mainCtrlWnd;
 
-    // used to prevent immediate re-popupping incase closed popup
+    // used to prevent immediate re-popupping in case closed popup
     // by clicking on the combo control (needed because of inconsistent
     // transient implementation across platforms).
     wxLongLong              m_timeCanAcceptClick;
index d13d5a77ed354787cfccb0ab66d60c6911b93add..778c8fcc755a68e7f2353a194bf0f8097dde9be8 100644 (file)
@@ -2307,7 +2307,7 @@ enum wxDeprecatedGUIConstants
     wxTRANSPARENT,
 
     /*  Brush & Pen Stippling. Note that a stippled pen cannot be dashed!! */
-    /*  Note also that stippling a Pen IS meaningfull, because a Line is */
+    /*  Note also that stippling a Pen IS meaningful, because a Line is */
     wxSTIPPLE_MASK_OPAQUE, /* mask is used for blitting monochrome using text fore and back ground colors */
     wxSTIPPLE_MASK,        /* mask is used for masking areas in the stipple bitmap (TO DO) */
     /*  drawn with a Pen, and without any Brush -- and it can be stippled. */
index 75c7c630855366ccc7fc11c1e01b5d49eb09447d..f907c7ac230af4033d1a7b28a2ab9376f1b6edac 100644 (file)
@@ -171,7 +171,7 @@ public:
     bool IsConnectedEvent() const
         { return GetEventType() == wxEVT_DIALUP_CONNECTED; }
 
-    // does this event come from wxDialUpManager::Dial() or from some extrenal
+    // does this event come from wxDialUpManager::Dial() or from some external
     // process (i.e. does it result from our own attempt to establish the
     // connection)?
     bool IsOwnEvent() const { return m_id != 0; }
index 1fc89c9939ea1e78a6d11332c368f092b3deeae0..5eced995d9a36a10395c8d4e7609a69043866f0c 100644 (file)
@@ -636,7 +636,7 @@ private:                                                                 \
 // that wants to export a wxArray daubed with your own import/export goo.
 //
 // Finally, you can define the macro below as something special to modify the
-// arrays defined by a simple WX_FOO_ARRAY as well. By default is is empty.
+// arrays defined by a simple WX_FOO_ARRAY as well. By default is empty.
 #define wxARRAY_DEFAULT_EXPORT
 
 // ----------------------------------------------------------------------------
index 8d3c74adf4fd8a2b9521f695269b15e96b560c68..f0012b7a44390fb38efc3139150d1e7310aa0e0b 100644 (file)
@@ -160,7 +160,7 @@ public:
     // is successful and after the next Layout the item will be resized.
     bool SetSpan( const wxGBSpan& span );
 
-    // Returns true if this item and the other item instersect
+    // Returns true if this item and the other item intersect
     bool Intersects(const wxGBSizerItem& other);
 
     // Returns true if the given pos/span would intersect with this item.
index 7469df9137863de52ece4c40d45add230a18aedf..d7a0b495e637b23dcef8e48d2b22f5437f21b85c 100644 (file)
@@ -49,7 +49,7 @@ public:
 
     virtual wxControl *AsControl() { return this; }
 
-public:     // overrideable
+public:     // overridable
 
     virtual wxDialog *CreateDialog() = 0;
 
@@ -114,7 +114,7 @@ public:
                pos, size, style, validator, name);
     }
 
-public:     // overrideable
+public:     // overridable
 
     virtual long GetDialogStyle() const
     {
@@ -190,7 +190,7 @@ public:
                pos, size, style, validator, name);
     }
 
-public:     // overrideable
+public:     // overridable
 
     virtual long GetDialogStyle() const
     {
index 6b49e345d78ac27d694bba9cf963f4d60f9244de..7d54f17010ab4009e6dae9acdf358b7f3be1cc3d 100644 (file)
@@ -81,7 +81,7 @@ protected:
     virtual void InitColours();
 
     // true if the status bar shows the size grip: for this it must have
-    // wxSTB_SIZEGRIP style and the window it is attached to must be resizeable
+    // wxSTB_SIZEGRIP style and the window it is attached to must be resizable
     // and not maximized
     bool ShowsSizeGrip() const;
 
index 11073dc02beafad0bb54c35761446c375ac9ed4e..8e4170570459c4f0b8cf60fd1f667becf0b11b33 100644 (file)
@@ -534,8 +534,8 @@ public:
     inline wxSize GetSize()
         { return wxSize((int) m_width, (int) m_height); }
 
-    // for the edge and corner accessors there are two setters conterparts, the Set.. functions keep the other corners at their
-        // position whenever sensible, the Move.. functions keep the size of the rect and move the other corners apropriately
+    // for the edge and corner accessors there are two setters counterparts, the Set.. functions keep the other corners at their
+        // position whenever sensible, the Move.. functions keep the size of the rect and move the other corners appropriately
 
     inline wxDouble GetLeft() const { return m_x; }
     inline void SetLeft( wxDouble n ) { m_width += m_x - n; m_x = n; }
@@ -661,8 +661,8 @@ public:
       inline wxPoint2DInt GetPosition() { return wxPoint2DInt(m_x, m_y); }
        inline wxSize GetSize() { return wxSize(m_width, m_height); }
 
-        // for the edge and corner accessors there are two setters conterparts, the Set.. functions keep the other corners at their
-        // position whenever sensible, the Move.. functions keep the size of the rect and move the other corners apropriately
+        // for the edge and corner accessors there are two setters counterparts, the Set.. functions keep the other corners at their
+        // position whenever sensible, the Move.. functions keep the size of the rect and move the other corners appropriately
 
       inline wxInt32 GetLeft() const { return m_x; }
        inline void SetLeft( wxInt32 n ) { m_width += m_x - n; m_x = n; }
index b3d3c5d43e245802956027a368a3d5bbe21a2d47..a581b4f46324653cf0b5f73fff55ec073e6c3cec 100644 (file)
@@ -49,7 +49,7 @@ enum
     WX_GL_MIN_ACCUM_BLUE,  // use blue buffer with most bits (> MIN_ACCUM_BLUE bits)
     WX_GL_MIN_ACCUM_ALPHA, // use alpha buffer with most bits (> MIN_ACCUM_ALPHA bits)
     WX_GL_SAMPLE_BUFFERS,  // 1 for multisampling support (antialiasing)
-    WX_GL_SAMPLES          // 4 for 2x2 antialising supersampling on most graphics cards
+    WX_GL_SAMPLES          // 4 for 2x2 antialiasing supersampling on most graphics cards
 };
 
 #define wxGLCanvasName wxT("GLCanvas")
index 0ca210c132a5c14624822be3521ee6039c7f494b..7a23a2e9bb92f6e393afb4bf26751717faa8e5a7 100644 (file)
@@ -46,7 +46,7 @@ public:
     virtual void SetSortOrder( bool ascending );
     virtual void SetAsSortKey(bool sort = true);
 
-    virtual void SetResizeable( bool resizeable );
+    virtual void SetResizeable( bool resizable );
     virtual void SetHidden( bool hidden );
 
     virtual void SetMinWidth( int minWidth );
index cb492cae044333174e16b768789ab1daa780f68c..8d37e571486dcaab71fd0c2e5aaa508842fe6066 100644 (file)
@@ -155,7 +155,7 @@ public:
     void GtkUpdateScrollbar(int orient);
 
     // Called from GTK signal handlers. it indicates that
-    // the layouting functions have to be called later on
+    // the layout functions have to be called later on
     // (i.e. in idle time, implemented in OnInternalIdle() ).
     void GtkUpdateSize() { m_sizeSet = false; }
 
index 051ebbf14efcee9d477632eb6fad6d0b3e65498d..815c41f82a77cf2f81afd9c51f243624ba066c8e 100644 (file)
@@ -97,7 +97,7 @@ public:
     // unspecified/default
     virtual int GetWidth() const = 0;
 
-    // minimal width can be set for resizeable columns to forbid resizing them
+    // minimal width can be set for resizable columns to forbid resizing them
     // below the specified size (set to 0 to remove)
     virtual int GetMinWidth() const = 0;
 
@@ -177,8 +177,8 @@ public:
     void ClearFlag(int flag);
     void ToggleFlag(int flag);
 
-    virtual void SetResizeable(bool resizeable)
-        { ChangeFlag(wxCOL_RESIZABLE, resizeable); }
+    virtual void SetResizeable(bool resizable)
+        { ChangeFlag(wxCOL_RESIZABLE, resizable); }
     virtual void SetSortable(bool sortable)
         { ChangeFlag(wxCOL_SORTABLE, sortable); }
     virtual void SetReorderable(bool reorderable)
index f0fee499268d9710654020e3944ad3c200914c49..ff1bf5f385c53056e77f2e029325f515485d4ee0 100644 (file)
@@ -472,11 +472,11 @@ protected:
     // Each wxHtmlWindow has it's own parser because sharing one global
     // parser would be problematic (because of reentrancy)
     wxHtmlWinParser *m_Parser;
-    // contains name of actualy opened page or empty string if no page opened
+    // contains name of actually opened page or empty string if no page opened
     wxString m_OpenedPage;
     // contains name of current anchor within m_OpenedPage
     wxString m_OpenedAnchor;
-    // contains title of actualy opened page or empty string if no <TITLE> tag
+    // contains title of actually opened page or empty string if no <TITLE> tag
     wxString m_OpenedPageTitle;
     // class for opening files (file system)
     wxFileSystem* m_FS;
index 3f7516d63b16d43b6ede04ca02ae9bcd845cd972..0bffcb0fee8f269d64ba331a607b2e533f9d1551 100644 (file)
@@ -389,7 +389,7 @@ public:
 
     // operations
         // expand a string in the format of GetOpenCommand (which may contain
-        // '%s' and '%t' format specificators for the file name and mime type
+        // '%s' and '%t' format specifiers for the file name and mime type
         // and %{param} constructions).
     static wxString ExpandCommand(const wxString& command,
                                   const MessageParameters& params);
index e0274ff14a5b9bd49961eb93d2a60b268aa25210..5726427683c97602069467fe6d147fd935870df0 100644 (file)
@@ -16,7 +16,7 @@
 
 // this option is always enabled (there doesn't seem to be any good reason to
 // disable it) for desktop Windows versions but Windows CE dialogs are usually
-// not resizeable and never show resize gripper anyhow so don't use it there
+// not resizable and never show resize gripper anyhow so don't use it there
 #ifdef __WXWINCE__
     #define wxUSE_DIALOG_SIZEGRIP 0
 #else
@@ -114,7 +114,7 @@ protected:
 private:
 #if wxUSE_DIALOG_SIZEGRIP
     // these functions deal with the gripper window shown in the corner of
-    // resizeable dialogs
+    // resizable dialogs
     void CreateGripper();
     void DestroyGripper();
     void ShowGripper(bool show);
index 1f640b4861d4ee5fd9f0458b2aae08308775888a..6f370d3044a405b45e78fdbf09a1babcca3ae998 100644 (file)
 // Recommended setting: 1, required by wxMediaCtrl
 #define wxUSE_ACTIVEX 1
 
-// wxDC cacheing implementation
+// wxDC caching implementation
 #define wxUSE_DC_CACHEING 1
 
 // Set this to 1 to enable wxDIB class used internally for manipulating
index 95a314740b544738779a3191ae35d54576dd3641..74efe5b8d01e4cf377456bc327bf0aa8a80e2d88 100644 (file)
@@ -63,7 +63,7 @@
 // Recommended setting: 1, required by wxMediaCtrl
 #define wxUSE_ACTIVEX 1
 
-// wxDC cacheing implementation
+// wxDC caching implementation
 #define wxUSE_DC_CACHEING 1
 
 // Set this to 1 to enable wxDIB class used internally for manipulating
index ae6866359976a5c6d30c720273c4fda5a4569fd6..e2ca2a24051416f775ba998060731b25072b42ba 100644 (file)
@@ -60,7 +60,7 @@ public:
     virtual void SetMaxWidth   (int maxWidth);
     virtual void SetMinWidth   (int minWidth);
     virtual void SetReorderable(bool reorderable);
-    virtual void SetResizeable (bool resizeable);
+    virtual void SetResizeable (bool resizable);
     virtual void SetSortable   (bool sortable);
     virtual void SetSortOrder  (bool ascending);
     virtual void SetTitle      (wxString const& title);
index e4197527ed50aaa13a6ae35c4fe7894720d582ac..137d069566f64c0a0a3fa5762f20ec9483f2ee2b 100644 (file)
     /*
         Preprocessor in older Borland compilers have major problems
         concatenating with ##. Specifically, if the string operands being
-        concatenated have special meaning (e.g L"str", 123i64 etc)
+        concatenated have special meaning (e.g. L"str", 123i64 etc)
         then ## will not concatenate the operands correctly.
 
         As a workaround, define wxPREPEND* and wxAPPEND* without using
index 8dd9472647dd326a7972eab4c5194d329672bf87..9cc773d493101fd6677b6f08544be526966521f0 100644 (file)
@@ -889,7 +889,7 @@ public:
     /**
         Set proportion of a auto-stretchable column. wxPG_SPLITTER_AUTO_CENTER
         window style needs to be used to indicate that columns are auto-
-        resizeable.
+        resizable.
 
         @returns Returns @false on failure.
 
index fd8326ab4a488af8837a06dfc1850c3a8cf094ef..894c52420c602058d471d5012f3ba63253ced152 100644 (file)
@@ -139,7 +139,7 @@ protected:
     wxString GetPortCmdArgument(const wxIPV4address& Local, const wxIPV4address& New);
 
     // accept connection from server in active mode, returns the same socket as
-    // passed in in passive mode
+    // passed in passive mode
     wxSocketBase *AcceptIfActive(wxSocketBase *sock);
 
 
index 2731869eead8b63de5004da2b52fd119c8797fef..ff353e39883470bebcd4178360d7e86b0a28895a 100644 (file)
@@ -596,7 +596,7 @@ struct wxPixelDataOut<wxBitmap>
             // data access
             // -----------
 
-            // access to invidividual colour components
+            // access to individual colour components
             ChannelType& Red() { return m_ptr[PixelFormat::RED]; }
             ChannelType& Green() { return m_ptr[PixelFormat::GREEN]; }
             ChannelType& Blue() { return m_ptr[PixelFormat::BLUE]; }
index ffff1c84280fbdb17d3c047383889a7d03e56067..dbb7842cf448114ae0dede0733d2cd4e28599179 100644 (file)
@@ -1977,7 +1977,7 @@ public:
 
     virtual ~wxRichTextObject();
 
-// Overrideables
+// Overridables
 
     /**
         Draw the item, within the given range. Some objects may ignore the range (for
@@ -2519,7 +2519,7 @@ public:
     wxRichTextCompositeObject(wxRichTextObject* parent = NULL);
     virtual ~wxRichTextCompositeObject();
 
-// Overrideables
+// Overridables
 
     /// Hit-testing: returns a flag indicating hit test details, plus
     /// information about position
@@ -2619,7 +2619,7 @@ public:
     wxRichTextParagraphLayoutBox(const wxRichTextParagraphLayoutBox& obj): wxRichTextCompositeObject() { Init(); Copy(obj); }
     ~wxRichTextParagraphLayoutBox();
 
-// Overrideables
+// Overridables
 
     /// Hit-testing: returns a flag indicating hit test details, plus
     /// information about position
@@ -2955,7 +2955,7 @@ public:
 
     wxRichTextBox(const wxRichTextBox& obj): wxRichTextParagraphLayoutBox() { Copy(obj); }
 
-// Overrideables
+// Overridables
 
     /**
         Draws the item.
@@ -3017,7 +3017,7 @@ public:
     wxRichTextLine(const wxRichTextLine& obj) { Init( NULL); Copy(obj); }
     virtual ~wxRichTextLine() {}
 
-// Overrideables
+// Overridables
 
 // Accessors
 
@@ -3114,7 +3114,7 @@ public:
     virtual ~wxRichTextParagraph();
     wxRichTextParagraph(const wxRichTextParagraph& obj): wxRichTextCompositeObject() { Copy(obj); }
 
-// Overrideables
+// Overridables
 
     /// Draw the item
     virtual bool Draw(wxDC& dc, const wxRichTextRange& range, const wxRichTextSelection& selection, const wxRect& rect, int descent, int style);
@@ -3245,7 +3245,7 @@ public:
     wxRichTextPlainText(const wxString& text = wxEmptyString, wxRichTextObject* parent = NULL, wxRichTextAttr* style = NULL);
     wxRichTextPlainText(const wxRichTextPlainText& obj): wxRichTextObject() { Copy(obj); }
 
-// Overrideables
+// Overridables
 
     /// Draw the item
     virtual bool Draw(wxDC& dc, const wxRichTextRange& range, const wxRichTextSelection& selection, const wxRect& rect, int descent, int style);
@@ -3444,7 +3444,7 @@ public:
     wxRichTextImage(const wxRichTextImageBlock& imageBlock, wxRichTextObject* parent = NULL, wxRichTextAttr* charStyle = NULL);
     wxRichTextImage(const wxRichTextImage& obj): wxRichTextObject(obj) { Copy(obj); }
 
-// Overrideables
+// Overridables
 
     /// Draw the item
     virtual bool Draw(wxDC& dc, const wxRichTextRange& range, const wxRichTextSelection& selection, const wxRect& rect, int descent, int style);
@@ -3949,7 +3949,7 @@ public:
 
     wxRichTextCell(const wxRichTextCell& obj): wxRichTextBox() { Copy(obj); }
 
-// Overrideables
+// Overridables
 
     /**
         Draws the item.
@@ -4017,7 +4017,7 @@ public:
 
     wxRichTextTable(const wxRichTextTable& obj): wxRichTextBox() { Copy(obj); }
 
-// Overrideables
+// Overridables
 
     // Draws the object.
     virtual bool Draw(wxDC& dc, const wxRichTextRange& range, const wxRichTextSelection& selection, const wxRect& rect, int descent, int style);
@@ -4156,7 +4156,7 @@ protected:
     // Problem: if boxes are immediate children of a box, this will cause problems
     // with wxRichTextParagraphLayoutBox functions (and functions elsewhere) that
     // expect to find just paragraphs. May have to adjust the way we handle the
-    // hierarchy to accept non-paragraph objects in a paragraph layout box.
+    // hierarchy to accept non-paragraph objects in a paragraph layout box.
     // We'll be overriding much wxRichTextParagraphLayoutBox functionality so this
     // may not be such a problem. Perhaps the table should derive from a different
     // class?
index de3aa666a853265e86b6b54340d25ed63c298296..9b0898e491d19e213ddcc3291a4794e5859727c1 100644 (file)
@@ -88,7 +88,7 @@ public:
     wxRichTextFormattingDialogFactory() {}
     virtual ~wxRichTextFormattingDialogFactory() {}
 
-// Overrideables
+// Overridables
 
     /// Create all pages, under the dialog's book control, also calling AddPage
     virtual bool CreatePages(long pages, wxRichTextFormattingDialog* dialog);
index 92aedc43ca69de1fc286a395886b7149f2f90ce0..d6af2b0aa175dca7885f1fded116145aaba6358b 100644 (file)
@@ -33,7 +33,7 @@ class WXDLLIMPEXP_FWD_CORE wxTopLevelWindowBase;
 // ----------------------------------------------------------------------------
 
 /*
-    Summary of the bits used (some of them are defined in wx/frame.g and
+    Summary of the bits used (some of them are defined in wx/frame.h and
     wx/dialog.h and not here):
 
     +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
index 0acafc89fa498c792be32d7167aa25a64577f3b3..c98489ab7d04d09f877ffacd0ca0160f347603a8 100644 (file)
 // Recommended setting: 1, required by wxMediaCtrl
 #define wxUSE_ACTIVEX 1
 
-// wxDC cacheing implementation
+// wxDC caching implementation
 #define wxUSE_DC_CACHEING 1
 
 // Set this to 1 to enable wxDIB class used internally for manipulating
index 2fd6a5e351ea0e285eb3c1755cc41f0f74190176..62aa0753b109b23abb37b08ed77e87fabfdad647 100644 (file)
@@ -322,7 +322,7 @@ protected:
     // return the frame icon bitmap
     virtual wxBitmap GetFrameButtonBitmap(FrameButtonType type) = 0;
 
-    // get the width of either normal or resizeable frame border depending on
+    // get the width of either normal or resizable frame border depending on
     // whether flags contains wxTOPLEVEL_RESIZEABLE bit
     //
     // notice that these methods only make sense with standard border drawing
index 0891760ee331f0cebc97d1af298c880c41ed14a6..07f1f084bbfaf9d60159c1b5b5ff9562e28205b1 100644 (file)
@@ -480,7 +480,7 @@ public:
         // windows this is just the client area of the window, but for
         // some like scrolled windows it is more or less independent of
         // the screen window size.  You may override the DoXXXVirtual
-        // methods below for classes where that is is the case.
+        // methods below for classes where that is the case.
 
     void SetVirtualSize( const wxSize &size ) { DoSetVirtualSize( size.x, size.y ); }
     void SetVirtualSize( int x, int y ) { DoSetVirtualSize( x, y ); }
index d058e9c0caaad849cf1c79c4ef7503a723bbf5f0..f3530be2913045e75f629640ac7cae84d38de238 100644 (file)
@@ -372,7 +372,7 @@ public:
 
     /**
         This function may be called if something fatal happens: an unhandled
-        exception under Win32 or a fatal signal under Unix, for example. However,
+        exception under Win32 or a fatal signal under Unix, for example. However,
         this will not happen by default: you have to explicitly call
         wxHandleFatalExceptions() to enable this.
 
index 4531a3e531d48a9d183548a5ff7261b346ae356f..44f9c89e205d748344b7f3ac9f5d07c2567fb3de 100644 (file)
@@ -201,7 +201,7 @@ public:
         A transparent brush is simply a brush with wxBRUSHSTYLE_TRANSPARENT
         style.
 
-        Notice that this function works even for non-initialized brushs (for
+        Notice that this function works even for non-initialized brushes (for
         which it returns @false) unlike tests of the form <code>GetStyle() ==
         wxBRUSHSTYLE_TRANSPARENT</code> which would assert if the brush is
         invalid.
index 374d233afd23038cb6c8801839c1b2853e0f74bf..de8bcc0272148d6a0c5c8dbb74eae0fd35cb00f1 100644 (file)
@@ -104,7 +104,7 @@ public:
 
     /**
         Returns @true if the caret is visible and @false if it is permanently
-        hidden (if it is is blinking and not shown currently but will be after
+        hidden (if it is blinking and not shown currently but will be after
         the next blink, this method still returns @true).
     */
     bool IsVisible() const;
index 7678cec9c8a4abfc927e3152a6facd7085b4d72f..5f380cba2138c0e771fbf5f98ddaab53321336ec 100644 (file)
@@ -37,7 +37,7 @@
 
     This macro can be used in the code which needs to compile with both
     wxWidgets 2 and 3 versions in places where v2 API requires a Unicode string
-    (in Unicode build) and v3 API only accepts a standard standard narrow
+    (in Unicode build) and v3 API only accepts a standard narrow
     string as in e.g. wxCmdLineEntryDesc structure objects initializers.
 
     Example of use:
index 2f418bf36b4bf439edc17ebb86bd564d96407c9d..932cca841c84fb1b1fb1df72a40a893dbba20f15 100644 (file)
@@ -75,7 +75,7 @@ public:
           know the ordering of Undos; the user can never Undo at an arbitrary
           position in the command history.
         - Restore the entire document state (perhaps using document
-          transactioning). Potentially very inefficient, but possibly easier to
+          transacting). Potentially very inefficient, but possibly easier to
           code if the user interface and data are complex, and an "inverse
           execute" operation is hard to write. The docview sample uses the
           first method, to remove or restore segments in the drawing.
index 2cec9c31c5876fc9a19080725df10337646b9293..543698e037aafa8164a705a14eb7a46bdea442df 100644 (file)
@@ -25,7 +25,7 @@ public:
         of colour data, which will be copied to the colour dialog's colour
         data.
 
-        Custom colours from colour data object will be be used in the dialog's
+        Custom colours from colour data object will be used in the dialog's
         colour palette. Invalid entries in custom colours list will be ignored
         on some platforms(GTK) or replaced with white colour on platforms where
         custom colours palette has fixed size (MSW).
index a0176ab1cc85d4fc8175498f7c0571888afa4150..bf051c3ff1fc9e85f1d5a3f617a980074b57becc 100644 (file)
@@ -187,7 +187,7 @@ public:
     /**
         Sets the RGB intensity values using the given values (first overload),
         extracting them from the packed long (second overload), using the given
-        string (third overloard).
+        string (third overload).
 
         When using third form, Set() accepts: colour names (those listed in
         wxColourDatabase), the CSS-like @c "rgb(r,g,b)" or @c "rgba(r,g,b,a)" syntax 
index 45b5aab17593ac3f3e3ae38349fb033f679e5540..0f02934d062384dfa27320f326a56621552462e4 100644 (file)
@@ -87,7 +87,7 @@ public:
     void SetCustomColour(int i, const wxColour& colour);
 
     /**
-        Converts the colours saved in this class in a string form, separing
+        Converts the colours saved in this class in a string form, separating
         the various colours with a comma.
     */
     wxString ToString() const;
index 00ba186a5fd8e4a300abacf90651ce59de401886..d3ba84ff39535f7b5b4bfaffc62d9377ea97937d 100644 (file)
@@ -864,7 +864,7 @@ protected:
     /**
         This member function is not normally called in application code.
         Instead, it can be implemented in a derived class to return default
-        wxComboPopup, incase @a popup is @NULL.
+        wxComboPopup, in case @a popup is @NULL.
 
         @note If you have implemented OnButtonClick() to do something else than
               show the popup, then DoSetPopupControl() must always set @a popup
index 48f0095514cebbeee036a7be58d9ac79f4b3df62..7fc191179830dcd327a1aafeccaaf267bd811032 100644 (file)
@@ -312,7 +312,7 @@ public:
             @n The @c wxCONFIG_USE_NO_ESCAPE_CHARACTERS style can be helpful if your
             config file must be read or written to by a non-wxWidgets program
             (which might not understand the escape characters). Note, however,
-            that if @c wxCONFIG_USE_NO_ESCAPE_CHARACTERS style is used, it is is
+            that if @c wxCONFIG_USE_NO_ESCAPE_CHARACTERS style is used, it is
             now your application's responsibility to ensure that there is no
             newline or other illegal characters in a value, before writing that
             value to the file.
@@ -763,7 +763,7 @@ public:
 
     /**
         Delete the whole underlying object (disk file, registry key, ...).
-        Primarly for use by uninstallation routine.
+        Primarily for use by uninstallation routine.
     */
     virtual bool DeleteAll() = 0;
 
index a37220bee06bec057b0d21db5a526e609733a2c8..f570c3eec41fe294e47545fbe1265613f10f3c13 100644 (file)
@@ -36,7 +36,7 @@ public:
         @param stream
             The output stream.
         @param conv
-            Charset conversion object object used to encoding Unicode strings
+            Charset conversion object used to encoding Unicode strings
             before writing them to the stream in Unicode mode (see
             WriteString() for a detailed description). Note that you must not
             destroy @a conv before you destroy this wxDataOutputStream
@@ -184,7 +184,7 @@ public:
         @param stream
             The input stream.
         @param conv
-            Charset conversion object object used to decode strings in Unicode
+            Charset conversion object used to decode strings in Unicode
             mode (see ReadString() for a detailed description). Note that you
             must not destroy @a conv before you destroy this wxDataInputStream
             instance!
@@ -272,7 +272,7 @@ public:
         In Unicode build of wxWidgets, the fuction first reads multibyte
         (char*) string from the stream and then converts it to Unicode using
         the @e conv object passed to constructor and returns the result as
-        wxString. You are responsible for using the same convertor as when
+        wxString. You are responsible for using the same converter as when
         writing the stream.
 
         @see wxDataOutputStream::WriteString()
index ef03428a370cf6ee73501e69f935f3e73c9e2fb8..ec2bb28d7000685d7a2b18345035c358b8ba1e9e 100644 (file)
@@ -10,7 +10,7 @@
     @class wxBufferedDC
 
     This class provides a simple way to avoid flicker: when drawing on it,
-    everything is infact first drawn on an in-memory buffer (a wxBitmap) and
+    everything is in fact first drawn on an in-memory buffer (a wxBitmap) and
     then copied to the screen, using the associated wxDC, only once, when this
     object is destroyed. wxBufferedDC itself is typically associated with
     wxClientDC, if you want to use it in your @c EVT_PAINT handler, you should
@@ -120,7 +120,7 @@ public:
 
     The difference between wxBufferedPaintDC and this class is that this class
     won't double-buffer on platforms which have native double-buffering
-    already, avoiding any unneccessary buffering to avoid flicker.
+    already, avoiding any unnecessary buffering to avoid flicker.
 
     wxAutoBufferedPaintDC is simply a typedef of wxPaintDC on platforms that
     have native double-buffering, otherwise, it is a typedef of
index 65aa1a51855da7a1abc67d65eacdbbe2f802fa38..77686c1ded6712d09598957fc9b3c491a24e3483 100644 (file)
@@ -253,7 +253,7 @@ public:
     /**
         Retrieves the name (relative to GetDirectory()) and the description of
         the file with the given index. If @a n is greater than or equal to the
-        number of filse, @false is returned.
+        number of files, then @false is returned.
     */
     bool GetFile(size_t n, wxString* name, wxString* desc) const;
 
index 9971fa818e384157789db92c04a72af1b4f02d37..2513b04c381ce152e31fa2dd3bd511b2237293b6 100644 (file)
@@ -33,7 +33,7 @@ enum wxOrientation
     */
     wxBOTH                    = wxVERTICAL | wxHORIZONTAL,
 
-    /// A synonim for @c wxBOTH.
+    /// A synonym for @c wxBOTH.
     wxORIENTATION_MASK        = wxBOTH
 };
 
index 093d0c42ec6382eae89ef13dfd4e27b61570ff0d..994b7d36c7f012143f0a04723ac06e4fe670df57 100644 (file)
@@ -88,7 +88,7 @@ enum wxDialogLayoutAdaptationMode
            Equivalent to a combination of wxCAPTION, wxCLOSE_BOX and
            wxSYSTEM_MENU (the last one is not used under Unix).
     @style{wxRESIZE_BORDER}
-           Display a resizeable frame around the window.
+           Display a resizable frame around the window.
     @style{wxSYSTEM_MENU}
            Display a system menu.
     @style{wxCLOSE_BOX}
@@ -638,7 +638,7 @@ public:
 /**
     @class wxDialogLayoutAdapter
 
-    This abstract class is the base for classes that help wxWidgets peform
+    This abstract class is the base for classes that help wxWidgets perform
     run-time layout adaptation of dialogs. Principally, this is to cater for
     small displays by making part of the dialog scroll, but the application
     developer may find other uses for layout adaption.
index c0c606d4e3ff84f31e7eea0e06727ede883b137b..91a96d6a1afaaeab2df88731b231f769349fa842 100644 (file)
@@ -207,7 +207,7 @@ public:
     bool IsConnectedEvent() const;
 
     /**
-        Does this event come from wxDialUpManager::Dial() or from some extrenal
+        Does this event come from wxDialUpManager::Dial() or from some external
         process (i.e. does it result from our own attempt to establish the
         connection)?
     */
index 14bf99ba6a9964579f41522e8ca169d344754825..20ad3423a89c29d0014dbd0b37ad3ea0a64fbf9c 100644 (file)
@@ -683,7 +683,7 @@ public:
         @param noTemplates
             Number of templates being pointed to by the templates pointer.
         @param sort
-            If more than one template is passed in in templates, then this
+            If more than one template is passed into templates, then this
             parameter indicates whether the list of templates that the user
             will have to choose from is sorted or not when shown the choice box
             dialog. Default is @false.
@@ -709,7 +709,7 @@ public:
         @param noTemplates
             Number of templates being pointed to by the templates pointer.
         @param sort
-            If more than one template is passed in in templates, then this
+            If more than one template is passed into templates, then this
             parameter indicates whether the list of templates that the user
             will have to choose from is sorted or not when shown the choice box
             dialog. Default is @false.
index cdecd0f61809174c6cd27d357577fd7d91479c40..f9066994d6702ae14e234ba45570f3178c0cbe9e 100644 (file)
     however dumb, C++ compiler in the world.
 
     Remember to include @<wx/arrimpl.cpp@> just before each
-    WX_DEFINE_OBJARRAY() ocurrence in your code, even if you have several in
+    WX_DEFINE_OBJARRAY() occurrence in your code, even if you have several in
     the same file.
 
     Things are much simpler for wxArray and wxSortedArray however: it is enough
index eaf6add16f669451a9d2dd24b58335e1a6c60812..66091f28ac379f7670d93c0e079ede503409996b 100644 (file)
@@ -67,7 +67,7 @@ class wxFindDialogEvent : public wxCommandEvent
 {
 public:
     /**
-        Constuctor used by wxWidgets only.
+        Constructor used by wxWidgets only.
     */
     wxFindDialogEvent(wxEventType commandType = wxEVT_NULL,
                       int id = 0);
@@ -117,7 +117,7 @@ class wxFindReplaceData : public wxObject
 {
 public:
     /**
-        Constuctor initializes the flags to default value (0).
+        Constructor initializes the flags to default value (0).
     */
     wxFindReplaceData(wxUint32 flags = 0);
 
index 644bb1038518c848b4f5635a9d33890579f1e2ae..097bf94e3a293c6fad8f955e45a439bc9e3f56ea 100644 (file)
@@ -106,7 +106,7 @@ public:
     void Detach();
 
     /**
-        Returns @true if the an attempt has been made to read @e past
+        Returns @true if an attempt has been made to read @e past
         the end of the file.
 
         Note that the behaviour of the file descriptor based class  wxFile is different as
index 5548f04f97d3936961b90038fd3e6bbec512d82f..07c94f09971945b3dfb40e569ba5e22c199a1dfd 100644 (file)
@@ -129,7 +129,7 @@ wxULongLong wxInvalidSize;
     wxFileName::IsDirReadable() use wxFileName::GetPath() whereas methods dealing
     with file names like wxFileName::IsFileReadable() use wxFileName::GetFullPath().
 
-    If it is not known wether a string contains a directory name or a complete
+    If it is not known whether a string contains a directory name or a complete
     file name (such as when interpreting user input) you need to use the static
     function wxFileName::DirExists() (or its identical variants wxDir::Exists() and
     wxDirExists()) and construct the wxFileName instance accordingly.
@@ -332,7 +332,7 @@ public:
                 wxPathFormat format = wxPATH_NATIVE);
 
     /**
-        Creates the file name from volumne, path, name and extension.
+        Creates the file name from volume, path, name and extension.
     */
     void Assign(const wxString& volume, const wxString& path,
                 const wxString& name,
@@ -341,7 +341,7 @@ public:
                 wxPathFormat format = wxPATH_NATIVE);
 
     /**
-        Creates the file name from volumne, path, name and extension.
+        Creates the file name from volume, path, name and extension.
     */
     void Assign(const wxString& volume, const wxString& path,
                 const wxString& name,
@@ -558,7 +558,7 @@ public:
         suffixes of B, KB, MB, GB, TB for bytes, kilobytes, megabytes,
         gigabytes and terabytes respectively. With the IEC convention the names
         of the units are changed to B, KiB, MiB, GiB and TiB for bytes,
-        kibibytes, mebibyes, gibibytes and tebibytes. Finally, with SI
+        kibibytes, mebibytes, gibibytes and tebibytes. Finally, with SI
         convention the same B, KB, MB, GB and TB suffixes are used but in their
         correct SI meaning, i.e. as multiples of 1000 and not 1024.
 
index 9e6d5ffb65b6d69022123490d85c0460c8ea6948..fc2ac1554e0ae62b07691cfae5fc34071974b319 100644 (file)
@@ -70,7 +70,7 @@
            recommended to only use it together with wxCAPTION for consistent
            behaviour under all platforms.
     @style{wxRESIZE_BORDER}
-           Displays a resizeable border around the window.
+           Displays a resizable border around the window.
     @style{wxFRAME_TOOL_WINDOW}
            Causes a frame with a small title bar to be created; the frame does
            not appear in the taskbar under Windows or GTK+.
@@ -89,7 +89,7 @@
            with the SetShape() method.
     @endStyleTable
 
-    The default frame style is for normal, resizeable frames.
+    The default frame style is for normal, resizable frames.
     To create a frame which cannot be resized by user, you may use the following
     combination of styles:
 
index db821c797afdb979c3cbcb28f7e004c28516aa3b..37167c7d75c789c65214764b1bf0ed4ebc9e81aa 100644 (file)
@@ -160,7 +160,7 @@ public:
     @class wxFileSystemWatcherEvent
 
     A class of events sent when a file system event occurs. Types of events
-    reported may vary depending on a platfrom, however all platforms report
+    reported may vary depending on a platform, however all platforms report
     at least creation of new file/directory and access, modification, move
     (rename) or deletion of an existing one.
 
index a45881ca7b1efbd34d7e3eaf41a62384bc8ec5df..5c7b76cfb04d1999a1d239a82808f91a75daa957 100644 (file)
@@ -217,7 +217,7 @@ public:
 
     The wxGBSizerItem class is used by the wxGridBagSizer for tracking the
     items in the sizer. It adds grid position and spanning information to the
-    normal wxSizerItem by adding wxGBPosition and wxGBSpan attrbibutes. Most of
+    normal wxSizerItem by adding wxGBPosition and wxGBSpan attributes. Most of
     the time you will not need to use a wxGBSizerItem directly in your code,
     but there are a couple of cases where it is handy.
 
@@ -268,7 +268,7 @@ public:
     //@}
 
     /**
-        Returns @true if this item and the @a other item instersect.
+        Returns @true if this item and the @a other item intersect.
     */
     bool Intersects(const wxGBSizerItem& other);
     /**
index 139c783785bb9efeacb82d419ccedd1bcd84d2a4..9a7624a2587ed159727ed5b180a78cca3d9a5098 100644 (file)
@@ -150,8 +150,8 @@ public:
     wxPoint2DDouble GetPosition();
     wxSize GetSize();
 
-    // for the edge and corner accessors there are two setters conterparts, the Set.. functions keep the other corners at their
-        // position whenever sensible, the Move.. functions keep the size of the rect and move the other corners apropriately
+    // for the edge and corner accessors there are two setters counterparts, the Set.. functions keep the other corners at their
+        // position whenever sensible, the Move.. functions keep the size of the rect and move the other corners appropriately
 
     wxDouble GetLeft() const;
     void SetLeft( wxDouble n );
@@ -241,8 +241,8 @@ public:
     wxPoint2DInt GetPosition();
     wxSize GetSize();
 
-        // for the edge and corner accessors there are two setters conterparts, the Set.. functions keep the other corners at their
-        // position whenever sensible, the Move.. functions keep the size of the rect and move the other corners apropriately
+        // for the edge and corner accessors there are two setters counterparts, the Set.. functions keep the other corners at their
+        // position whenever sensible, the Move.. functions keep the size of the rect and move the other corners appropriately
 
     wxInt32 GetLeft() const;
     void SetLeft( wxInt32 n );
index 646a546d9906152ca5eb1d38edfebf36798d9a38..49a38c958e6fbf110b96c892e9e4885b2bd0f4f0 100644 (file)
@@ -137,7 +137,7 @@ enum
     /// 1 for multisampling support (antialiasing)
     WX_GL_SAMPLE_BUFFERS,
 
-    /// 4 for 2x2 antialising supersampling on most graphics cards
+    /// 4 for 2x2 antialiasing supersampling on most graphics cards
     WX_GL_SAMPLES
 
 };
@@ -215,7 +215,7 @@ public:
             constants. If a constant should be followed by a value, put it in
             the next array position. For example, WX_GL_DEPTH_SIZE should be
             followed by the value that indicates the number of bits for the
-            depth buffer, e.g:
+            depth buffer, e.g.:
             @code
             attribList[n++] = WX_GL_DEPTH_SIZE;
             attribList[n++] = 32;
index 86ee53fd01c1e0df7dac783a6e1ec9f62f986998..5239de61f78e864feb3f35dafae4429d7a38c1b2 100644 (file)
@@ -403,7 +403,7 @@ public:
     /**
         Creates a native brush with a radial gradient.
 
-        The brush originats at (@a xo, @a yc) and ends on a circle around
+        The brush originates at (@a xo, @a yc) and ends on a circle around
         (@a xc, @a yc) with the given @a radius.
 
         The gradient may be specified either by its start and end colours @a
index 90c5d9a3a5cc96dd5a18a395dd02b6c0fba452e1..332011b2a5eaf6204020d37f432fa6a7e3370d85 100644 (file)
@@ -1630,7 +1630,7 @@ struct wxGridSizesInfo
     The default table class is called wxGridStringTable and holds an array of
     strings. An instance of such a class is created by CreateGrid().
 
-    wxGridCellRenderer is the abstract base class for rendereing contents in a
+    wxGridCellRenderer is the abstract base class for rendering contents in a
     cell. The following renderers are predefined:
 
     - wxGridCellBoolRenderer
@@ -2781,7 +2781,7 @@ public:
         @a resizeExistingRows is @true.
 
         If @a height is less than GetRowMinimalAcceptableHeight(), then the
-        minimal acceptable heihgt is used instead of it.
+        minimal acceptable height is used instead of it.
     */
     void SetDefaultRowSize(int height, bool resizeExistingRows = false);
 
@@ -3009,7 +3009,7 @@ public:
         Notice that currently there is no way to make some columns resizable in
         a grid where columns can't be resized by default as there doesn't seem
         to be any need for this in practice. There is also no way to make the
-        column marked as fixed using this method resizeable again because it is
+        column marked as fixed using this method resizable again because it is
         supposed that fixed columns are used for static parts of the grid and
         so should remain fixed during the entire grid lifetime.
 
index b8509e8423abe32a1de3a7d14f071d6c396619c0..d554115362052aa789b599b0c9927776d6271923 100644 (file)
@@ -221,7 +221,7 @@ public:
     /**
         Set the minimal column width.
 
-        This method can be used with resizeable columns (i.e. those for which
+        This method can be used with resizable columns (i.e. those for which
         wxCOL_RESIZABLE flag is set in GetFlags() or, alternatively,
         IsResizeable() returns @true) to prevent the user from making them
         narrower than the given width.
@@ -302,11 +302,11 @@ public:
         Call this to enable or disable interactive resizing of the column by
         the user.
 
-        By default, the columns are resizeable.
+        By default, the columns are resizable.
 
-        Equivalent to ChangeFlag(wxCOL_RESIZABLE, resizeable).
+        Equivalent to ChangeFlag(wxCOL_RESIZABLE, resizable).
      */
-    virtual void SetResizeable(bool resizeable);
+    virtual void SetResizeable(bool resizable);
 
     /**
         Allow clicking the column to sort the control contents by the field in
index ae7ac421fc94740c53e2eff70ae3646fe578795e..8a3d0e4899ccef832dbe9a7cdc9ad640e5e6666a 100644 (file)
@@ -208,7 +208,7 @@ public:
     virtual bool LoadFile(const wxString& file = wxEmptyString);
 
     /**
-        Overrideable member called when this application's viewer is quit by the user.
+        Overridable member called when this application's viewer is quit by the user.
         This does not work for all help controllers.
     */
     virtual bool OnQuit();
index 668048e680f33b848f01d56b19927e1ecfce8acf..a6f32a938bb458fbff367264b69446aff91fbe2b 100644 (file)
@@ -56,7 +56,7 @@ public:
     /**
         Sets the help controller associated with the dialog.
     */
-    void SetController(wxHtmlHelpController* contoller);
+    void SetController(wxHtmlHelpController* controller);
 
     /**
         Sets the dialog's title format.
index 3c679ae5918573c0ad7589466826b7fadaaa63db..73f735380c4f2cfbce178d23696cd3b651941362 100644 (file)
@@ -59,7 +59,7 @@ public:
     /**
         Sets the help controller associated with the frame.
     */
-    void SetController(wxHtmlHelpController* contoller);
+    void SetController(wxHtmlHelpController* controller);
 
     /**
         Sets the frame's title format.
index ee97ee6aa839646523f807d039882256843557de..32d115cf96d90c317920a414efb24130ee42164b 100644 (file)
@@ -12,7 +12,7 @@
     This class has been rewritten to be type safe and to provide the full API of
     the STL std::list container and should be used like it.
     The exception is that wxList<T> actually stores pointers and therefore its
-    iterators return pointers and not references to the actual objets in the list
+    iterators return pointers and not references to the actual objects in the list
     (see example below) and @e value_type is defined as @e T*.
     wxList<T> destroys an object after removing it only if wxList<T>::DeleteContents
     has been called.
@@ -132,7 +132,7 @@ public:
     void DeleteContents(bool destroy);
 
     /**
-        Deletes the given element refered to by @a iter from the list
+        Deletes the given element referred to by @a iter from the list
         if @a iter is a valid iterator. Returns @true if successful.
 
         Deletes the actual object if DeleteContents( @true ) was called previously.
@@ -148,9 +148,9 @@ public:
     bool DeleteObject(T* object);
 
     /**
-        Removes element refered to be @a iter.
+        Removes element referred to be @a iter.
 
-        Deletes the actualy object if DeleteContents( @true ) was called previously.
+        Deletes the actual object if DeleteContents( @true ) was called previously.
     */
     void Erase(const compatibility_iterator& iter);
 
@@ -192,7 +192,7 @@ public:
                                            T* object);
 
     /**
-        Inserts @a object before the object refered to be @a iter.
+        Inserts @a object before the object referred to be @a iter.
     */
     wxList<T>::compatibility_iterator Insert(compatibility_iterator iter,
                                            T* object);
index 5b50f9853793277d3e1680bbec527f46ae6e7222..11a852a3d947170ffa7a76c83551255902247654 100644 (file)
@@ -575,7 +575,7 @@ public:
         coordinates, of the given subitem, i.e. the part of the row @a item in the
         column @a subItem.
 
-        This method is only meaningfull when the wxListCtrl is in the report mode.
+        This method is only meaningful when the wxListCtrl is in the report mode.
         If @a subItem parameter is equal to the special value
         @c wxLIST_GETSUBITEMRECT_WHOLEITEM the return value is the same as
         for GetItemRect().
index 8a2a670225683a40019133a0d5088544523cc79a..26f9180ce0c073fd6d4aaa923d4344bce7551e71 100644 (file)
@@ -747,7 +747,7 @@ public:
         Note that the latter must be called the same number of times as the former
         to undo it, i.e. if you call Suspend() twice you must call Resume() twice as well.
 
-        Note that suspending the logging means that the log sink won't be be flushed
+        Note that suspending the logging means that the log sink won't be flushed
         periodically, it doesn't have any effect if the current log target does the
         logging immediately without waiting for Flush() to be called (the standard
         GUI log target only shows the log dialog when it is flushed, so Suspend()
@@ -869,7 +869,7 @@ public:
     /**
         Sets the timestamp format prepended by the default log targets to all
         messages. The string may contain any normal characters as well as %
-        prefixed format specificators, see @e strftime() manual for details.
+        prefixed format specifiers, see @e strftime() manual for details.
         Passing an empty string to this function disables message time stamping.
     */
     static void SetTimestamp(const wxString& format);
index fd170e5d5c5b0d75ed445aee357d96944f7e2125..b0b0f991f04e81cbd0f582254f72a9df83df2801 100644 (file)
@@ -349,7 +349,7 @@ public:
     /**
         Sets the label associated with the menu item.
         
-        Note that if the ID of this menu item corrisponds to a stock ID, then it is 
+        Note that if the ID of this menu item corresponds to a stock ID, then it is 
         not necessary to specify a label: wxWidgets will automatically use the stock
         item label associated with that ID. See the @ref wxMenuItem::wxMenuItem "constructor"
         for more info.
index 57957211532e712f9e539ab94fc24784e04e3b44..3f4f80d1108f48e8e3d7e9d7a486e6408a813821 100644 (file)
@@ -35,7 +35,7 @@
     @style{wxSYSTEM_MENU}
         Displays a system menu (Windows and Motif only).
     @style{wxRESIZE_BORDER}
-        Displays a resizeable border around the window.
+        Displays a resizable border around the window.
     @endStyleTable
 
     @remarks
index 4f522e885e42c6e3955cc74e85a0e642c5dd4425..ad0ef0ea31e6494b1fcd9f81e9de7e957d5a07ac 100644 (file)
@@ -747,14 +747,14 @@ public:
     void MapScreenSizeToDevice();
 
     /**
-        This sets the user scale of the wxDC assocated with this wxPrintout to the same
+        This sets the user scale of the wxDC associated with this wxPrintout to the same
         scale as MapScreenSizeToPaper() but sets the logical origin to the top left corner
         of the page rectangle.
     */
     void MapScreenSizeToPage();
 
     /**
-        This sets the user scale of the wxDC assocated with this wxPrintout to the same
+        This sets the user scale of the wxDC associated with this wxPrintout to the same
         scale as MapScreenSizeToPageMargins() but sets the logical origin to the top left
         corner of the page margins specified by the given wxPageSetupDialogData object.
     */
index 03e29baf59b36080f9ba0339a2e2b741c0e83eb9..7d62189291419458277d2c7a3a1f2811334b69c6 100644 (file)
@@ -169,7 +169,7 @@ public:
     wxInputStream* GetInputStream() const;
 
     /**
-        It returns an output stream correspoding to the input stream of the subprocess.
+        It returns an output stream corresponding to the input stream of the subprocess.
 
         If it is @NULL, you have not turned on the redirection or already
         called CloseOutput().
index f405388b64865b70e14e23f5165d34f391b93095..dba072c5e50bbce97eebfa5fa9e3d723bfa4018f 100644 (file)
@@ -720,7 +720,7 @@ public:
     /**
         Set proportion of a auto-stretchable column. wxPG_SPLITTER_AUTO_CENTER
         window style needs to be used to indicate that columns are auto-
-        resizeable.
+        resizable.
 
         @returns Returns @false on failure.
 
index ee50bcc4f7972c85727a76762f26072058937031..50d3656b9cb9fed7e1bed5735711de5fe8ca779e 100644 (file)
@@ -202,7 +202,7 @@ public:
 
         //@{
         /**
-            Data Access: Access to invidividual colour components.
+            Data Access: Access to individual colour components.
         */
         ChannelType& Red();
         ChannelType& Green();
index 58b9996d3c44bb48b96a770c799b10eddc5793b0..8f497ef6145721a6079b15a418bf921c653c2a1c 100644 (file)
@@ -106,7 +106,7 @@ public:
     
     /**
         If sizing is not continuous, then return a suitable size for the control
-        which is larger then the current size.
+        which is larger than the current size.
     
         @param direction
             The direction(s) in which the size should increase.
@@ -121,7 +121,7 @@ public:
     
     /**
         If sizing is not continuous, then return a suitable size for the control
-        which is larger then the given size.
+        which is larger than the given size.
     
         @param direction
             The direction(s) in which the size should increase.
index 627ddfcfae366631a5c4c1f865da1e567da8fe17..aa56900d8184f76024133c3bb6b2ac41353df45e 100644 (file)
@@ -141,9 +141,9 @@ public:
         Show the panel externally expanded.
         
         When a panel is minimised, it can be shown full-size in a pop-out
-        window, which is refered to as being (externally) expanded. Note that
+        window, which is referred to as being (externally) expanded. Note that
         when a panel is expanded, there exist two panels - the original panel
-        (which is refered to as the dummy panel) and the expanded panel. The
+        (which is referred to as the dummy panel) and the expanded panel. The
         original is termed a dummy as it sits in the ribbon bar doing nothing,
         while the expanded panel holds the panel children.
         
index 0185f50cb41d9488a4cc107533d8e329a9b74fcb..fea0ad5b279efefa2888a93f63252dce5fdba25b 100644 (file)
@@ -32,7 +32,7 @@ enum wxScrollbarVisibility
 
     - ::wxScrolledCanvas, aka wxScrolled<wxWindow>, derives from wxWindow and
       so doesn't handle children specially. This is suitable e.g. for
-      implementating scrollable controls such as tree or list controls.
+      implementing scrollable controls such as tree or list controls.
 
     Starting from version 2.4 of wxWidgets, there are several ways to use a
     ::wxScrolledWindow (and now wxScrolled). In particular, there are
index 512b1aa9674f1337d9083fbf134ce6fceb38de16..c7d37ee64d44ade6ff7d9309b1a87b195c7c3eae 100644 (file)
@@ -75,7 +75,7 @@ enum wxSystemColour
     wxSYS_COLOUR_3DLIGHT,             //!< Light colour for three-dimensional display elements.
     wxSYS_COLOUR_INFOTEXT,            //!< Text colour for tooltip controls.
     wxSYS_COLOUR_INFOBK,              //!< Background colour for tooltip controls.
-    wxSYS_COLOUR_LISTBOX,             //!< Background colour for list-like contols.
+    wxSYS_COLOUR_LISTBOX,             //!< Background colour for list-like controls.
     wxSYS_COLOUR_HOTLIGHT,            //!< Colour for a hyperlink or hot-tracked item.
 
     /**
@@ -136,7 +136,7 @@ enum wxSystemColour
         //!< Synonym for @c wxSYS_COLOUR_BTNHIGHLIGHT.
 
     /**
-        Synonim for @c wxSYS_COLOUR_BTNFACE.
+        Synonym for @c wxSYS_COLOUR_BTNFACE.
 
         On wxMSW this colour should be used as the background colour of
         wxFrames which are used as containers of controls; this is in fact the
@@ -273,7 +273,7 @@ public:
         The value of @a win determines if the metric returned is a global value or
         a wxWindow based value, in which case it might determine the widget, the
         display the window is on, or something similar. The window given should be as
-        close to the metric as possible (e.g a wxTopLevelWindow in case of the
+        close to the metric as possible (e.g. a wxTopLevelWindow in case of the
         wxSYS_CAPTION_Y metric).
 
         @a index can be one of the ::wxSystemMetric enum values.
index 3288da2ff4bd85a17e9580498ba1b9bea7013bc1..882c8bcb2b462a8854b0aa62bb2adda01363cd48 100644 (file)
@@ -41,7 +41,7 @@
     @style{wxSL_SELRANGE}
            Allows the user to select a range on the slider. Windows only.
     @style{wxSL_INVERSE}
-           Inverses the mininum and maximum endpoints on the slider. Not
+           Inverses the minimum and maximum endpoints on the slider. Not
            compatible with wxSL_SELRANGE.
     @endStyleTable
 
index 0a4ba0536d9cf0a1b0fe4fe4e1971b0c01db63aa..57c21511e84171fdc78eb37e471530c12aa068e2 100644 (file)
@@ -14,7 +14,7 @@
 
     The line may be only vertical or horizontal. Moreover, not all ports
     (notably not wxGTK) support specifying the transversal direction of the
-    line (e.g. height for a horizontal line) so for maximial portability you
+    line (e.g. height for a horizontal line) so for maximal portability you
     should specify it as wxDefaultCoord.
 
     @beginStyleTable
index 5e50ec49f5701833b7e9b2e680e4681dbb3db21a..c5384a8e43f0b7a9f88866521981a5b1d3808986 100644 (file)
@@ -277,7 +277,7 @@ public:
     /**
         @deprecated This function is deprecated, please use ToWChar() instead.
 
-        Converts from a string @a in in multibyte encoding to Unicode putting up to
+        Converts from a string @a in multibyte encoding to Unicode putting up to
         @a outLen characters into the buffer @e out.
 
         If @a out is @NULL, only the length of the string which would result
index 7ab40df6608cca70441fbb29be5e92853ae1e013..36617cc0912c72a533ec58bd60bd75accae919a0 100644 (file)
@@ -589,7 +589,7 @@ public:
 
     /**
         Reads the specified amount of bytes and stores the data in buffer.
-        To check if the call was successfull you must use LastRead() to check
+        To check if the call was successful you must use LastRead() to check
         if this call did actually read @a size bytes (if it didn't, GetLastError()
         should return a meaningful value).
 
index a3bc77240f2e3226cdc5640f381522385e78e4af..08fb8b211cc51c1eedbb59209a71e104c80ca81c 100644 (file)
@@ -46,7 +46,7 @@
     @flag{no-maskblt}
         1 to never use WIN32's MaskBlt function, 0 to allow it to be used where possible.
         Default: 0. In some circumstances the MaskBlt function can be slower than using
-        the fallback code, especially if using DC cacheing. By default, MaskBlt will be
+        the fallback code, especially if using DC caching. By default, MaskBlt will be
         used where it is implemented by the operating system and driver.
     @flag{msw.remap}
         If 1 (the default), wxToolBar bitmap colours will be remapped to the current
         Also known as wxWINDOW_DEFAULT_VARIANT.
     @flag{mac.listctrl.always_use_generic}
         Tells wxListCtrl to use the generic control even when it is capable of
-        using the native control instead. Also knwon as wxMAC_ALWAYS_USE_GENERIC_LISTCTRL.
+        using the native control instead. Also known as wxMAC_ALWAYS_USE_GENERIC_LISTCTRL.
     @flag{mac.textcontrol-use-spell-checker}
         This option only has effect for Mac OS X 10.4 and higher.
         If 1 activates the spell checking in wxTextCtrl.
index de93cdb34018f1e8edbbc632c57824235d2631f0..746954eca850c8f9740e5a050d445e1a80227d99 100644 (file)
@@ -796,7 +796,7 @@ public:
     void SetTabs(const wxArrayInt& tabs);
 
     /**
-        Sets the text foreground colout.
+        Sets the text foreground colour.
     */
     void SetTextColour(const wxColour& colText);
 
index 888f38a2210a0e5565808011569c8b89909c8e72..55be716a7d228bc696e0213b7782eb12a8fe4413 100644 (file)
@@ -445,7 +445,7 @@ public:
 
         @param alpha
             Determines how opaque or transparent the window will be, if the
-            platform supports the opreration. A value of 0 sets the window to be
+            platform supports the operation. A value of 0 sets the window to be
             fully transparent, and a value of 255 sets the window to be fully
             opaque.
     */
index 6bd7e2378c32352de12ad263193886aea8b96280..500c31d863ab470792a8ab4aa28a73c1e67fa89d 100644 (file)
@@ -15,7 +15,7 @@
     wxTreeItemId handles, which may be tested for validity by calling
     wxTreeItemId::IsOk().
 
-    A similar control with a fully native implemtation for GTK+ and OS X
+    A similar control with a fully native implementation for GTK+ and OS X
     as well is wxDataViewTreeCtrl.
 
     To intercept events from a tree control, use the event table macros
index b74ef64de0bedc2963cbba96656e43c304b4d4d0..27a707a020869fac866b17656dc3e07855e99907 100644 (file)
@@ -94,7 +94,7 @@ public:
             y start coordinate, in screen coordinates.
 
         @param x2
-            x desintation coordinate, in screen coordinates.
+            x destination coordinate, in screen coordinates.
 
         @param y2
             y destination coordinate, in screen coordinates.
index df974ee125b6b08507bcd231630afbd8b4ceca33..062d32a7856ac19cf055f8a60fc12f0c1d1222ae 100644 (file)
@@ -14,7 +14,7 @@
     each character is stored using a 32-bit value. This is different from
     wxString which may store a character either as a UTF-8 or as a UTF-16
     sequence and different from @c std::string which stores a string
-    as a squence of simple 8-bit charactesr and also different from
+    as a sequence of simple 8-bit characters and also different from
     @c std::wstring which stores the string differently depending on
     the definition of wchar_t.
 
@@ -151,35 +151,35 @@ public:
 
 
     /**
-       Assigment from a 7-bit ASCII string literal
+       Assignment from a 7-bit ASCII string literal
     */
     wxUString &assignFromAscii( const char *str );
     /**
-       Assigment from a 7-bit ASCII string literal
+       Assignment from a 7-bit ASCII string literal
     */
     wxUString &assignFromAscii( const char *str, size_t n );
     /**
-       Assigment from a UTF-8 string literal
+       Assignment from a UTF-8 string literal
     */
     wxUString &assignFromUTF8( const char *str );
     /**
-       Assigment from a UTF-8 string literal
+       Assignment from a UTF-8 string literal
     */
     wxUString &assignFromUTF8( const char *str, size_t n );
     /**
-       Assigment from a UTF-16 string literal
+       Assignment from a UTF-16 string literal
     */
     wxUString &assignFromUTF16( const wxChar16* str );
     /**
-       Assigment from a UTF-16 string literal
+       Assignment from a UTF-16 string literal
     */
     wxUString &assignFromUTF16( const wxChar16* str, size_t n );
     /**
-       Assigment from a C string literal using wxConvLibc
+       Assignment from a C string literal using wxConvLibc
     */
     wxUString &assignFromCString( const char* str );
     /**
-       Assigment from a C string literal using @a conv
+       Assignment from a C string literal using @a conv
     */
     wxUString &assignFromCString( const char* str, const wxMBConv &conv );
 
index 6d8ac1bf485a6b171787ad5d329bd81427bb298d..120ed37cc3a119f8c7af7602a04f5e4ffe0249dc 100644 (file)
@@ -711,7 +711,7 @@ wxString wxGetOsDescription();
     'uname -r' command); e.g. "2" and "6" if the machine is using kernel 2.6.19.
 
     For Mac OS X systems (@c wxOS_MAC) the major and minor version integers are the
-    natural version numbers associated with the OS; e.g. "10" and and "6" if the machine
+    natural version numbers associated with the OS; e.g. "10" and "6" if the machine
     is using Mac OS X Snow Leopard.    
     
     For Windows-like systems (@c wxOS_WINDOWS) the major and minor version integers will 
index 74843ed89db5fcf553012106046f8e1c2b540e64..ec5f3ed4016135d2997f264a557f0d05e6032ced 100644 (file)
@@ -77,7 +77,7 @@ public:
     wxVector(size_type size, const value_type& value);
 
     /**
-        Copy onstructor.
+        Copy constructor.
     */
     wxVector(const wxVector<T>& c);
 
index 75d07d93c8a83da44479cf24966f8232b56c4aaf..75c8a736a9ff4c55e42f2417a17667f8d2a7c0cd 100644 (file)
@@ -715,7 +715,7 @@ public:
                       const wxString& name = wxPanelNameStr);
 
     /**
-        Same as the non-default constuctor, but returns a status code: @true if
+        Same as the non-default constructor, but returns a status code: @true if
         ok, @false if the window couldn't be created.
 
         Just as with the constructor, the @c wxVSCROLL style is always used,
@@ -791,7 +791,7 @@ public:
                       const wxString& name = wxPanelNameStr);
 
     /**
-        Same as the non-default constuctor, but returns a status code: @true if
+        Same as the non-default constructor, but returns a status code: @true if
         ok, @false if the window couldn't be created.
 
         Just as with the constructor, the @c wxHSCROLL style is always used,
@@ -868,7 +868,7 @@ public:
                        const wxString& name = wxPanelNameStr);
 
     /**
-        Same as the non-default constuctor, but returns a status code: @true if
+        Same as the non-default constructor, but returns a status code: @true if
         ok, @false if the window couldn't be created.
 
         Just as with the constructor, the @c wxHSCROLL and @c wxVSCROLL styles
index e82abf20c8229bcefd8c406ccdf6804dc13cd8ba..6a13cadcfd35b1038140850394d172d9f8c63f4a 100644 (file)
@@ -491,7 +491,7 @@ public:
     */
     wxWindow* GetPrevSibling() const;
     /**
-        Reparents the window, i.e the window will be removed from its
+        Reparents the window, i.e. the window will be removed from its
         current parent window (e.g. a non-standard toolbar in a wxFrame)
         and then re-inserted into another.
 
@@ -2083,7 +2083,7 @@ public:
 
     /**
         Sets the style of the window. Please note that some styles cannot be changed
-        after the window creation and that Refresh() might need to be be called
+        after the window creation and that Refresh() might need to be called
         after changing the others for the change to take place immediately.
 
         See @ref overview_windowstyles "Window styles" for more information about flags.
@@ -2787,7 +2787,7 @@ public:
 
 
     /**
-        @name Constraints, sizers and window layouting functions
+        @name Constraints, sizers and window layout functions
     */
     //@{
 
@@ -2830,7 +2830,7 @@ public:
         This method calls SetSizer() and then wxSizer::SetSizeHints which sets the initial
         window size to the size needed to accommodate all sizer elements and sets the
         size hints which, if this window is a top level one, prevent the user from
-        resizing it to be less than this minimial size.
+        resizing it to be less than this minimal size.
     */
     void SetSizerAndFit(wxSizer* sizer, bool deleteOld = true);
 
index 9ffdbc86502ba85cca5186acc72df10191494553..9244c18aca7ac068f097513338332f4582ead0f8 100644 (file)
@@ -495,7 +495,7 @@ public:
         Also, the wizard will never be smaller than the default size.
 
         The recommended way to use this function is to lay out all wizard pages
-        using the sizers (even though the wizard is not resizeable) and then use
+        using the sizers (even though the wizard is not resizable) and then use
         wxSizer::CalcMin() in a loop to calculate the maximum of minimal sizes of
         the pages and pass it to SetPageSize().
     */
index fe98c7449dca445bb7213d5ff8e006013e2ef764..c2175a9d4b8c97faeb24f9cf4e61c9ac372f8505 100644 (file)
@@ -1177,7 +1177,7 @@ void DnDFrame::OnHelp(wxCommandEvent& /* event */)
                            wxT("it to wordpad or any other droptarget accepting text (and of course you can just drag it\n")
                            wxT("to the right pane). Due to a lot of trace messages, the cursor might take some time to \n")
                            wxT("change, don't release the mouse button until it does. You can change the string being\n")
-                           wxT("dragged in in \"File|Test drag...\" dialog.\n")
+                           wxT("dragged in \"File|Test drag...\" dialog.\n")
                            wxT("\n")
                            wxT("\n")
                            wxT("Please send all questions/bug reports/suggestions &c to \n")
index 1c31da2e089057c9557a0f8d3111615cc52717cf..4b2353dec6ced5e307f8649aa47982514d95e115 100644 (file)
@@ -471,7 +471,7 @@ GridFrame::GridFrame()
     grid->SetCellAlignment(7, 1, wxALIGN_CENTRE, wxALIGN_CENTRE);
     grid->SetCellValue(7, 1, wxT("Big box!"));
 
-    // create a separator-like row: it's grey and it's non-resizeable
+    // create a separator-like row: it's grey and it's non-resizable
     grid->DisableRowResize(10);
     grid->SetRowSize(10, 30);
     attr = new wxGridCellAttr;
index d49ead6e8ea2ebb4c3fac5e2958e1613dcd2beca..4c3b8dc902eab59f958cdbc67ba49341dcd751fe 100644 (file)
@@ -47,8 +47,8 @@
     #define USE_CONTEXT_MENU 1
 #endif
 
-// this sample is usefull when new port is developed
-// and usually new port has majority of flags turned off
+// this sample is useful when a new port is developed
+// and usually new port has majority of flags turned off
 #if wxUSE_LOG && wxUSE_TEXTCTRL
     #define USE_LOG_WINDOW 1
 #else
index 96b90ba23f47d92ec96fcbff6e1dc06164ca6c62..d6fe0d2fd1da2883c587539b1904dfaa9ea7c7a0 100644 (file)
@@ -1392,7 +1392,7 @@ bool FormMain::RunTests( bool fullTest, bool interactive )
             s = wxString::Format(wxT("%i tests failed!!!"), failures);
 #ifdef __WXDEBUG__
         else
-            s = wxString::Format(wxT("All tests were successfull, but there were %i warnings!"), wxPGGlobalVars->m_warnings);
+            s = wxString::Format(wxT("All tests were successful, but there were %i warnings!"), wxPGGlobalVars->m_warnings);
 #endif
         RT_MSG(s)
         for ( i=0; i<errorMessages.size(); i++ )
index fbbc43b258e65af8084e546a87b7f7d471e8a94d..ae6261a898a8b53274b060cea5d3a58d6ad68d0e 100644 (file)
@@ -112,7 +112,7 @@ protected:
     // the controls
     // ------------
 
-    // the contols to choose the checkbox style
+    // the controls to choose the checkbox style
     wxCheckBox *m_chkRight;
     wxRadioBox *m_radioKind;
 
index aebc043ee040c1ff188337bc1ab0c500c6902919..1072f6b9febcc793506b2e63a90dca8adccfd680 100644 (file)
@@ -28,7 +28,7 @@
 class MyResizableListCtrl : public wxListCtrl
 {
     // Very helpful wxWidgets macro required for wxWidgets-RTTI tracing: By using this
-    // you will see "Leaked one object of type myResizeableListCtrl" in the debug log,
+    // you will see "Leaked one object of type myResizableListCtrl" in the debug log,
     // along with which line you if was created, but you forget to free the memory.
     // NOTE: Using this REQUIRES a default constructor: that means either: giving a
     // default value for all parameters in your constructor, or else having a dummy
@@ -60,7 +60,7 @@ public:
                          const wxString &name = wxT("myResizableListCtrl")
                        );
 
-    // Destuctor.
+    // Destructor.
     ~MyResizableListCtrl(){};
 
 protected:
index f05ea8c419eee68be381d237b349e8d70909df08..c353fec89a93821c6f73e661a76428dcc7566b54 100644 (file)
@@ -354,7 +354,7 @@ static int sg_cApplicationWillUpdate = 0;
     before the run loop waits and send the idle events from there.
 
     It also has the desirable effect of only sending the wx idle events when
-    the event loop is actualy going to block.  If the event loop is being
+    the event loop is actually going to block.  If the event loop is being
     pumped manualy (e.g. like a PeekMessage) then the kCFRunLoopBeforeWaiting
     observer never fires.  Our Yield() method depends on this because sending
     idle events from within Yield would be bad.
index 8a432a060901a2869cdc81531af29f2b4a9b6017..8fb822a76f5d159bfb7155e9c2c333083e56b2a9 100644 (file)
@@ -735,7 +735,7 @@ int wxWindowCocoaScrollView::GetScrollPos(wxOrientation orient)
         position is at range-thumbsize.
 
         The range of an NSScroller is 0.0 to 1.0.  Much easier! NOTE: Apple doesn't really specify
-        but GNUStep docs do say that 0.0 is top/left and 1.0 is bottom/right.  This is actualy
+        but GNUStep docs do say that 0.0 is top/left and 1.0 is bottom/right.  This is actually
         in contrast to NSSlider which generally has 1.0 at the TOP when it's done vertically.
      */
     CGFloat cocoaScrollPos = [cocoaScroller floatValue];
index 10d606aefe9ebb610c34aed122636d408e3a0911..99dda0cf2a6bda6d8a39f9e87b6ad7f774899adf 100644 (file)
@@ -2245,7 +2245,7 @@ bool wxDataViewTreeCtrl::Create( wxWindow *parent, wxWindowID id,
         wxDATAVIEW_CELL_EDITABLE,
         -1,                         // default width
         wxALIGN_NOT,                //  and alignment
-        0                           // not resizeable
+        0                           // not resizable
     );
 
     return true;
index a073b3fcfc92bd884fa20e1f588cfe19af6fd9e1..254c7034369f516ddc61a8fb9e6e35960acd9293 100644 (file)
@@ -320,7 +320,7 @@ wxString wxDateTime::Format(const wxString& formatp, const TimeZone& tz) const
     format.Replace("%X",wxLocale::GetInfo(wxLOCALE_TIME_FMT));
 #endif
     // we have to use our own implementation if the date is out of range of
-    // strftime() or if we use non standard specificators
+    // strftime() or if we use non standard specifiers
 #ifdef wxHAS_STRFTIME
     time_t time = GetTicks();
 
@@ -668,7 +668,7 @@ wxString wxDateTime::Format(const wxString& formatp, const TimeZone& tz) const
                     }
 
                     // no, it wasn't the width
-                    wxFAIL_MSG(wxT("unknown format specificator"));
+                    wxFAIL_MSG(wxT("unknown format specifier"));
 
                     // fall through and just copy it nevertheless
 
index f57ba4c854dcb1503019f7ece1d2a9ca96ba7365..02f5ee8a3ee1a2d7e0c0a51943a52bfdaf409f36 100644 (file)
@@ -1602,7 +1602,7 @@ void wxDCImpl::CalculateEllipticPoints( wxPointList* points,
             y2 = y2-y-y+1;
             --y;
         }
-        // old y now to big: set point with old y, old x
+        // old y now too big: set point with old y, old x
         if( bNewPoint && x>1)
         {
             int x1 = x - 1;
index 854196debd1835c643fd215c43b84c692da1a27e..42f58a3721df4f1ad179ed2cec6dbbadc4450779 100644 (file)
@@ -59,7 +59,7 @@ static bool TranslateRasterOp(wxRasterOperationMode function, wxCompositionMode
     {
         case wxCOPY: // src
             // since we are supporting alpha, _OVER is closer to the intention than _SOURCE
-            // since the latter would overwrite even when alpha is is not set to opaque
+            // since the latter would overwrite even when alpha is not set to opaque
             *op = wxCOMPOSITION_OVER; 
             break;
         case wxOR:         // src OR dst
index b5a583157ee5ece5612316131f8a87f75b521613..319324ef9a4b66803167442fc97b72ac88b15d21 100644 (file)
@@ -846,7 +846,7 @@ bool wxTGAHandler::DoCanRead(wxInputStream& stream)
     unsigned char hdr[HDR_SIZE];
     stream.Read(hdr, HDR_SIZE);     // it's ok to modify the stream position here
 
-    // Check wether we can read the file or not.
+    // Check whether we can read the file or not.
 
     short colorType = hdr[HDR_COLORTYPE];
     if ( colorType != wxTGA_UNMAPPED && colorType != wxTGA_MAPPED )
index 5efbbf63ad683de233608c238c47c1325d73f222..14cf31b5a0bf257f335bbb5ea7cacef11226b0c4 100644 (file)
@@ -166,7 +166,7 @@ bool wxGenericDirDialog::Create(wxWindow* parent,
     topsizer->Add(m_dirCtrl, wxSizerFlags(flagsBorder2).Proportion(1).Expand());
 
 #ifndef __SMARTPHONE__
-    // Make the an option depending on a flag?
+    // TODO: Make this an option depending on a flag?
     wxCheckBox *
         check = new wxCheckBox(this, ID_SHOW_HIDDEN, _("Show &hidden directories"));
     topsizer->Add(check, wxSizerFlags(flagsBorder2).Right());
index 6a2bf5e5061b61b96820773a785899a91c2b2108..423cfe8bb87b9998a54459121a160a2a0309a2cc 100644 (file)
@@ -3069,7 +3069,7 @@ void wxGrid::ProcessRowLabelMouseEvent( wxMouseEvent& event )
             ChangeCursorMode(WXGRID_CURSOR_SELECT_CELL, GetColLabelWindow());
             m_dragLastPos = -1;
         }
-        else // not on row separator or it's not resizeable
+        else // not on row separator or it's not resizable
         {
             row = YToRow(y);
             if ( row >=0 &&
index b9743847ced1514fef98c3bba90b2f77a7ad6e23..ff201c0189ac66a11bc733a6c4b2ae176b2e566d 100644 (file)
@@ -311,7 +311,7 @@ wxGridCellAutoWrapStringRenderer::GetTextLines(wxGrid& grid,
     while ( tk.HasMoreTokens() )
     {
         wxString tok = tk.GetNextToken();
-        //FIXME: this causes us to print an extra unnecesary
+        //FIXME: this causes us to print an extra unnecessary
         //       space at the end of the line. But it
         //       is invisible , simplifies the size calculation
         //       and ensures tokens are separated in the display
index f0f7cde162aab2224eaa7b2283d0674cdce22974..279c1d031b590ebdd2088fbc3639f34d01f9fa58 100644 (file)
@@ -180,7 +180,7 @@ unsigned int wxHeaderCtrl::FindColumnAtPoint(int x, bool *onSeparator) const
 
         pos += col.GetWidth();
 
-        // if the column is resizeable, check if we're approximatively over the
+        // if the column is resizable, check if we're approximatively over the
         // line separating it from the next column
         //
         // TODO: don't hardcode sensitivity
index 4cbdd3623517913b942af472ba91a59ab154fa5c..55bdeaec45b80fb838d098183a3e96df0f942bd6 100644 (file)
@@ -726,7 +726,7 @@ wxLogDialog::wxLogDialog(wxWindow *parent,
     bool isPda = (wxSystemSettings::GetScreenType() <= wxSYS_SCREEN_PDA);
 
     // create the controls which are always shown and layout them: we use
-    // sizers even though our window is not resizeable to calculate the size of
+    // sizers even though our window is not resizable to calculate the size of
     // the dialog properly
     wxBoxSizer *sizerTop = new wxBoxSizer(wxVERTICAL);
     wxBoxSizer *sizerAll = new wxBoxSizer(isPda ? wxVERTICAL : wxHORIZONTAL);
index 7dcd4ba055b40f584673f110a850730c99640c70..7c84a72e18616d048e0bc795c191cbc69aa26c87 100644 (file)
@@ -1111,7 +1111,7 @@ void wxScrollHelperBase::HandleOnChildFocus(wxChildFocusEvent& event)
     // part of a wxComboCtrl visible and the button would still be outside the
     // scrolled area.  But do so only if the parent fits *entirely* inside the
     // scrolled window. In other situations, such as nested wxPanel or
-    // wxScrolledWindows, the parent might be way to big to fit inside the
+    // wxScrolledWindows, the parent might be way too big to fit inside the
     // scrolled window. If that is the case, then make only the focused window
     // visible
     if ( win->GetParent() != m_targetWindow)
index c1902fae8ff79158017f8f967c4110759d2f53c2..0deb8617ef0ef48e3b39e60f518ee974175bfdac 100644 (file)
@@ -353,8 +353,8 @@ static void gtk_assert_dialog_init(GtkAssertDialog* dlg)
     dlg->callback = NULL;
     dlg->userdata = NULL;
 
-    /* the resizeable property of this window is modified by the expander:
-       when it's collapsed, the window must be non-resizeable! */
+    /* the resizable property of this window is modified by the expander:
+       when it's collapsed, the window must be non-resizable! */
     gtk_window_set_resizable (GTK_WINDOW (dlg), FALSE);
     gtk_widget_pop_composite_child ();
     gtk_widget_show_all (GTK_WIDGET(dlg));
index e81789300e18c8acfe288eb9c473349e26ff6131..a902d113a342e8bbc9c25b59fabf0e2cd533df99 100644 (file)
@@ -95,7 +95,7 @@ gtk_collapsiblepane_expanded_callback(GObject * WXUNUSED(object),
 
     // 1) need to update our size hints
     // NB: this function call won't actually do any long operation
-    //     (redraw/relayouting/resizing) so that it's flicker-free
+    //     (redraw/relayout/resize) so that it's flicker-free
     p->SetMinSize(sz);
 
     if (p->HasFlag(wxCP_NO_TLW_RESIZE))
@@ -123,7 +123,7 @@ gtk_collapsiblepane_expanded_callback(GObject * WXUNUSED(object),
             //    transition.  This may be sometimes undesired but *is*
             //    necessary and if you look carefully, all GTK+ programs using
             //    GtkExpander perform this trick (e.g. the standard "open file"
-            //    dialog of GTK+>=2.4 is not resizeable when the expander is
+            //    dialog of GTK+>=2.4 is not resizable when the expander is
             //    collapsed!)
             gtk_window_set_resizable (GTK_WINDOW (top->m_widget), p->IsExpanded());
 
index a07d7a659f20048e27653da11d41ba79a3be9fda..6be2f8b81b47be77547c9ed8db56240d40e10caa 100644 (file)
@@ -3114,9 +3114,9 @@ void wxDataViewColumn::SetHidden( bool hidden )
     gtk_tree_view_column_set_visible( GTK_TREE_VIEW_COLUMN(m_column), !hidden );
 }
 
-void wxDataViewColumn::SetResizeable( bool resizeable )
+void wxDataViewColumn::SetResizeable( bool resizable )
 {
-    gtk_tree_view_column_set_resizable( GTK_TREE_VIEW_COLUMN(m_column), resizeable );
+    gtk_tree_view_column_set_resizable( GTK_TREE_VIEW_COLUMN(m_column), resizable );
 }
 
 void wxDataViewColumn::SetAlignment( wxAlignment align )
index 7f06ed819aaf512807515c7935ad49b246f11451..c6655fdaefc256cb2ad3c472a0e536d7a067e632 100644 (file)
@@ -135,7 +135,7 @@ wxDirDialog::wxDirDialog(wxWindow* parent,
     // local-only property could be set to false to allow non-local files to be loaded.
     // In that case get/set_uri(s) should be used instead of get/set_filename(s) everywhere
     // and the GtkFileChooserDialog should probably also be created with a backend,
-    // e.g "gnome-vfs", "default", ... (gtk_file_chooser_dialog_new_with_backend).
+    // e.g. "gnome-vfs", "default", ... (gtk_file_chooser_dialog_new_with_backend).
     // Currently local-only is kept as the default - true:
     // gtk_file_chooser_set_local_only(GTK_FILE_CHOOSER(m_widget), true);
 
index cff12d8f6fb3ea14e8bc8abb5500b5a9331d2266..a9359fa3ff092bad20e97cff9828105ce0a56b2c 100644 (file)
@@ -235,7 +235,7 @@ wxFileDialog::wxFileDialog(wxWindow *parent, const wxString& message,
     // local-only property could be set to false to allow non-local files to be
     // loaded. In that case get/set_uri(s) should be used instead of
     // get/set_filename(s) everywhere and the GtkFileChooserDialog should
-    // probably also be created with a backend, e.g "gnome-vfs", "default", ...
+    // probably also be created with a backend, e.g. "gnome-vfs", "default", ...
     // (gtk_file_chooser_dialog_new_with_backend). Currently local-only is kept
     // as the default - true:
     // gtk_file_chooser_set_local_only(GTK_FILE_CHOOSER(m_widget), true);
index 39c517b0fd4a10ac3fc70eab6bef551a87f0532c..d72c2a9a5ef672e12e3aacc5c5afba94fe6e1c95 100644 (file)
@@ -57,7 +57,7 @@ wxFORCE_LINK_THIS_MODULE(gtk_print)
 
 #include "wx/gtk/private/object.h"
 
-// Usefull to convert angles from/to Rad to/from Deg.
+// Useful to convert angles from/to Rad to/from Deg.
 static const double RAD2DEG  = 180.0 / M_PI;
 static const double DEG2RAD  = M_PI / 180.0;
 
index c339054997730158a6f9bbb98ccbcd3a253211ed..58956c1c975c02a946d71e9a1f339d5d92d587ce 100644 (file)
@@ -1680,7 +1680,7 @@ static gint gtk_window_button_release_callback( GtkWidget *widget,
             break;
 
         default:
-            // unknwon button, don't process
+            // unknown button, don't process
             return FALSE;
     }
 
index 52640fae19842f80d6b8fee5dd4c5c8c8dc409ff..f79224c5391e3edfffb906cf1434ed197e44dcd9 100644 (file)
@@ -870,7 +870,7 @@ void wxHtmlContainerCell::Layout(int w)
 
     /*
 
-    LAYOUTING :
+    LAYOUT :
 
     */
 
@@ -878,7 +878,7 @@ void wxHtmlContainerCell::Layout(int w)
     s_indent = (m_IndentLeft < 0) ? (-m_IndentLeft * m_Width / 100) : m_IndentLeft;
     s_width = m_Width - s_indent - ((m_IndentRight < 0) ? (-m_IndentRight * m_Width / 100) : m_IndentRight);
 
-    // my own layouting:
+    // my own layout:
     wxHtmlCell *cell = m_Cells,
                *line = m_Cells;
     while (cell != NULL)
index 5b5b22fca17b38c03dcae992f5b2b821e981660e..078525080bbba56e276aa613503d1c7fe1e27095 100644 (file)
@@ -43,7 +43,7 @@ struct colStruct
             // ('width' is the number, 'units' determines its meaning)
     int minWidth, maxWidth;
             // minimal/maximal column width. This is needed by HTML 4.0
-            // layouting algorithm and can be determined by trying to
+            // layout algorithm and can be determined by trying to
             // layout table cells with width=1 and width=infinity
     int leftpos, pixwidth, maxrealwidth;
             // temporary (depends on actual width of table)
@@ -460,7 +460,7 @@ void wxHtmlTableCell::Layout(int w)
 
     /*
 
-    LAYOUTING :
+    LAYOUT :
 
     */
 
index 433a71e73dbac01e21cb905fc353b49ab0eee2d3..10bb135fb5c71fd46515a2427ccd58765483e146 100644 (file)
@@ -518,7 +518,7 @@ WXDWORD wxButton::MSWGetStyle(long style, WXDWORD *exstyle) const
                       );
 
     // we must use WS_CLIPSIBLINGS with the buttons or they would draw over
-    // each other in any resizeable dialog which has more than one button in
+    // each other in any resizable dialog which has more than one button in
     // the bottom
     msStyle |= WS_CLIPSIBLINGS;
 
index b883fd5be45603438242907806694e8a28a751c4..b04985d6c273f5d4894459227b7dd6558c4efcfd 100644 (file)
@@ -420,7 +420,7 @@ WXLRESULT wxDialog::MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lPar
             }
 #endif // wxUSE_DIALOG_SIZEGRIP
 
-            // the Windows dialogs unfortunately are not meant to be resizeable
+            // the Windows dialogs unfortunately are not meant to be resizable
             // at all and their standard class doesn't include CS_[VH]REDRAW
             // styles which means that the window is not refreshed properly
             // after the resize and no amount of WS_CLIPCHILDREN/SIBLINGS can
index 32b87f7817d3afac514840e9b580dfa5ec1535d6..cf0bb81e98525978ea1b80223f11b5da3b199946 100644 (file)
@@ -65,7 +65,7 @@
 // ----------------------------------------------------------------------------
 
 // standard dialog size for the old Windows systems where the dialog wasn't
-// resizeable
+// resizable
 static wxRect gs_rectDialog(0, 0, 428, 266);
 
 // ============================================================================
index 9144513d5b7d4d695c1353d448d0ba43370a1d95..c6c4de551a21d909b96622a87aa4ae482118ba70 100644 (file)
@@ -561,7 +561,7 @@ bool wxHeaderCtrl::MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result)
         // ASCII and Unicode versions of this message
         case HDN_BEGINTRACKA:
         case HDN_BEGINTRACKW:
-            // non-resizeable columns can't be resized no matter what, don't
+            // non-resizable columns can't be resized no matter what, don't
             // even generate any events for them
             if ( !GetColumn(idx).IsResizeable() )
             {
index fbcfbe7a6d4f1cc99c91c2ceac64922c9506d80e..b5913ea90cd59da2c4d7865419c0719759e83ba0 100644 (file)
@@ -1442,7 +1442,7 @@ void wxListCtrl::InitEditControl(WXHWND hWnd)
     m_textCtrl->SubclassWin(hWnd);
     m_textCtrl->SetParent(this);
 
-    // we must disallow TABbing away from the control while the edit contol is
+    // we must disallow TABbing away from the control while the edit control is
     // shown because this leaves it in some strange state (just try removing
     // this line and then pressing TAB while editing an item in  listctrl
     // inside a panel)
index 3e374ca695bea798ee182036d70ff6a6f6ea9730..6f58f7cb00d0c11b18f7fae58dad4ec54f43cb83 100644 (file)
@@ -89,7 +89,7 @@ WXDWORD wxStatusBar::MSWGetStyle(long style, WXDWORD *exstyle) const
     WXDWORD msStyle = wxStatusBarBase::MSWGetStyle(style, exstyle);
 
     // wxSTB_SIZEGRIP is part of our default style but it doesn't make sense to
-    // show size grip if this is the status bar of a non-resizeable TLW so turn
+    // show size grip if this is the status bar of a non-resizable TLW so turn
     // it off in such case
     wxWindow * const parent = GetParent();
     wxCHECK_MSG( parent, msStyle, wxS("Status bar must have a parent") );
index 87508df811e6f6aa4f0d3d6939b6f0223e5d2b9d..07496bff06cbb59a7b643d608d41dace6811276c 100644 (file)
@@ -496,8 +496,8 @@ bool wxTopLevelWindowMSW::Create(wxWindow *parent,
     if ( GetExtraStyle() & wxTOPLEVEL_EX_DIALOG )
     {
         // we have different dialog templates to allows creation of dialogs
-        // with & without captions under MSWindows, resizeable or not (but a
-        // resizeable dialog always has caption - otherwise it would look too
+        // with & without captions under MSWindows, resizable or not (but a
+        // resizable dialog always has caption - otherwise it would look too
         // strange)
 
         // we need 3 additional WORDs for dialog menu, class and title (as we
index ce0c00f81817091a1ee6aaa1d63ba89a16e8a74e..684ee92aa67035410c052b9987a5265875be0c44 100644 (file)
@@ -381,7 +381,7 @@ WXDWORD wxButton::OS2GetStyle(
 
     //
     // We must use WS_CLIPSIBLINGS with the buttons or they would draw over
-    // each other in any resizeable dialog which has more than one button in
+    // each other in any resizable dialog which has more than one button in
     // the bottom
     //
     dwStyle |= WS_CLIPSIBLINGS;
index 50283974a6d5472e16603a1d43e9ef7d5358e95f..cf9a922745ad94eb873bce1ba172f293bfcf90e7 100644 (file)
@@ -2247,7 +2247,7 @@ long wxListCtrl::InsertItem (
     vInsert.fInvalidateRecord = TRUE;
 
     //
-    // Check wether we need to allocate our internal data
+    // Check whether we need to allocate our internal data
     //
     bool                            bNeedInternalData = ((rInfo.GetMask() & wxLIST_MASK_DATA) ||
                                                           rInfo.HasAttributes()
index 3b5ff83d76010a9596add77450e9205e9fcde8ab..3eccd6eb7517f3157e72bfe32fb5929e51b32352 100644 (file)
@@ -492,7 +492,7 @@ bool wxMenuItem::OnMeasureItem( size_t* pWidth, size_t* pHeight )
     if (m_bmpChecked.Ok())
     {
         //
-        // Is BMP height larger then text height?
+        // Is BMP height larger than text height?
         //
         size_t                      nAdjustedHeight = m_bmpChecked.GetHeight() +
                                                       wxSystemSettings::GetMetric(wxSYS_EDGE_Y);
index 48895e88eea18bab9d4b59fe0d3232f80ac572c1..b60548850154fe81e5ad1e2a7275b766037d91d3 100644 (file)
@@ -638,8 +638,8 @@ bool wxTopLevelWindowOS2::Create(
     {
         //
         // We have different dialog templates to allow creation of dialogs
-        // with & without captions under OS2indows, resizeable or not (but a
-        // resizeable dialog always has caption - otherwise it would look too
+        // with & without captions under OS2indows, resizable or not (but a
+        // resizable dialog always has caption - otherwise it would look too
         // strange)
         //
         ULONG                       ulDlgTemplate;
index 2974b884e33aa61b55f5c132ea31759a82fc693f..0c0bbef6b2bef108c62d4a4765296b5c182b93d1 100644 (file)
@@ -1251,7 +1251,7 @@ void wxWindowOS2::DoGetPosition(
     // use WinQueryWindowPos.  This call, unlike the WIN32 call, however,
     // returns a position relative to it's parent, so no parent adujstments
     // are needed under OS/2.  Also, windows should be created using
-    // wxWindow coordinates, i.e 0,0 is the TOP left.
+    // wxWindow coordinates, i.e. 0,0 is the TOP left.
     //
     if (IsKindOf(CLASSINFO(wxFrame)))
     {
index 48b992758baf607ae825fd0eff6c53bc211086f2..4975013a641edfb0a53f9942d835b450d14f72ec 100644 (file)
@@ -2632,10 +2632,10 @@ void wxDataViewColumn::SetReorderable(bool reorderable)
   }
 }
 
-void wxDataViewColumn::SetResizeable(bool resizeable)
+void wxDataViewColumn::SetResizeable(bool resizable)
 {
  // first set the internal flag of the column:
-  if (resizeable)
+  if (resizable)
     m_flags |= wxDATAVIEW_COL_RESIZABLE;
   else
     m_flags &= ~wxDATAVIEW_COL_RESIZABLE;
@@ -2651,7 +2651,7 @@ void wxDataViewColumn::SetResizeable(bool resizeable)
       DataBrowserListViewHeaderDesc headerDescription;
 
       verify_noerr(macDataViewListCtrlPtr->GetHeaderDesc(GetNativeData()->GetPropertyID(),&headerDescription));
-      if (resizeable)
+      if (resizable)
       {
         if (GetMinWidth() >= GetMaxWidth())
         {
index f165cbfdaaca3859684f862ffe8a367cd03dd2bc..73bc32c5b6631a713dd5989d9b7b25a943246e0f 100644 (file)
@@ -2170,7 +2170,7 @@ void wxMacCoreGraphicsContext::DrawBitmap( const wxGraphicsBitmap &bmp, wxDouble
     CGRect r = CGRectMake( (CGFloat) x , (CGFloat) y , (CGFloat) w , (CGFloat) h );
     if ( refdata->IsMonochrome() == 1 )
     {
-        // is is a mask, the '1' in the mask tell where to draw the current brush
+        // is a mask, the '1' in the mask tell where to draw the current brush
         if (  !m_brush.IsNull() )
         {
             if ( ((wxMacCoreGraphicsBrushData*)m_brush.GetRefData())->IsShading() )
index bc09cb8df020af480ac68b3c159169db4ea0ba6e..4301982e51eb5c9abc7d461726c63d6adbb36657 100644 (file)
@@ -137,7 +137,7 @@ int wxMacDataBrowserListControl::DoListHitTest(const wxPoint& inpoint) const
             }
 
             if ( point.y < bounds.top )
-                // index(bounds) greater then key(point)
+                // index(bounds) greater than key(point)
                 high = mid - 1;
             else
                 // index(bounds) less than key(point)
index 452c36350b68eb14cd9477f71c38e8d7edf0061a..2aeac7950d7a3844223dc70efb876016870b87a2 100644 (file)
@@ -329,7 +329,7 @@ NSTableColumn* CreateNativeColumn(const wxDataViewColumn *column)
         [nativeColumn setMinWidth:column->GetMinWidth()];
         [nativeColumn setMaxWidth:column->GetMaxWidth()];
     }
-    else // column is not resizeable [by user]
+    else // column is not resizable [by user]
     {
         // if the control doesn't show a header, make the columns resize
         // automatically, this is particularly important for the single column
@@ -3137,10 +3137,10 @@ bool wxDataViewColumn::IsHidden() const
     return [m_NativeDataPtr->GetNativeColumnPtr() isHidden];
 }
 
-void wxDataViewColumn::SetResizeable(bool resizeable)
+void wxDataViewColumn::SetResizeable(bool resizable)
 {
-    wxDataViewColumnBase::SetResizeable(resizeable);
-    if (resizeable)
+    wxDataViewColumnBase::SetResizeable(resizable);
+    if (resizable)
         [m_NativeDataPtr->GetNativeColumnPtr() setResizingMask:NSTableColumnUserResizingMask];
     else
         [m_NativeDataPtr->GetNativeColumnPtr() setResizingMask:NSTableColumnNoResizing];
index 64247d03f3c5fdb5abff453a7f1d8ef2b15cf27f..9d6e9a4e29990733f081d36dfc8ae87df13aa09b 100644 (file)
@@ -147,7 +147,7 @@ void ButtonTestCase::Auth()
 
 void ButtonTestCase::BitmapMargins()
 {
-    //Some functions only work on specific platfroms in which case we can use
+    //Some functions only work on specific platforms in which case we can use
     //a preprocessor check
 #ifdef __WXMSW__
     //We must set a bitmap before we can set its margins, when writing unit
index 3a0fc092a4cfad79754631647891a025d50fede1..83f7d9d49eebcc8cbce184b36342cc274e1da2fc 100644 (file)
@@ -81,7 +81,7 @@ protected:
         const TStreamIn &stream_in = CreateInStream();
         CPPUNIT_ASSERT(!stream_in.Eof());
 
-        // Size should be greater then zero.
+        // Size should be greater than zero.
         // Note: streams not supporting this should register this test
         //       with CPPUNIT_TEST_FAIL instead of CPPUNIT_TEST.
         CPPUNIT_ASSERT(stream_in.GetSize() != 0);
@@ -419,7 +419,7 @@ protected:
             return;
         delete m_pCurrentIn;
         m_pCurrentIn = NULL;
-        // Incase something extra needs to be done.
+        // In case something extra needs to be done.
         DoDeleteInStream();
     }
     void DeleteOutStream()
@@ -431,7 +431,7 @@ protected:
 
         delete m_pCurrentOut;
         m_pCurrentOut = NULL;
-        // Incase something extra needs to be done.
+        // In case something extra needs to be done.
         DoDeleteOutStream();
     }
 
index d25bce078183a94f709f6d648ec998fca027340b..af5fd16cdd9853236f078e22214c362387ceba56 100644 (file)
@@ -463,8 +463,8 @@ void zlibStream::doDecompress_ExternalData(const unsigned char *data, const char
 
                 // Check if we are in an infinite loop by multiplying value_size
                 // by 5 to have a *much* bigger range then the real range.
-                // Note: Incase you ask your self, why 5, the answer is no reason...
-                //       it is not to big and not to small a size, nothing more
+                // Note: In case you ask yourself, why 5, the answer is no reason...
+                //       it is not too big and not to small a size, nothing more
                 //       nothing less to it.
                 if (i > (value_size*5))
                 {