]> git.saurik.com Git - wxWidgets.git/commitdiff
No changes, just fix some typos in comments.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 20 Jul 2012 11:55:18 +0000 (11:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 20 Jul 2012 11:55:18 +0000 (11:55 +0000)
Closes #14494.

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

include/wx/buffer.h
include/wx/confbase.h
include/wx/dataview.h
include/wx/datetime.h
include/wx/sizer.h
include/wx/textctrl.h

index ec0e1fc7651e541c116a88a402f6c2e2621de06a..6d98f6e286e52d86b7ee52c2e5aaf9c8c220731d 100644 (file)
@@ -438,7 +438,7 @@ public:
 
     friend class wxMemoryBuffer;
 
-    // everyting is private as it can only be used by wxMemoryBuffer
+    // everything is private as it can only be used by wxMemoryBuffer
 private:
     wxMemoryBufferData(size_t size = wxMemoryBufferData::DefBufSize)
         : m_data(size ? malloc(size) : NULL), m_size(size), m_len(0), m_ref(0)
index 481723857e79354d8ab32c7bee0a54cc4e744c31..4243b2fe03407d684d26e4fd1fdea0c1fdaa523b 100644 (file)
@@ -73,7 +73,7 @@ enum
 // abstract base class wxConfigBase which defines the interface for derived
 // classes
 //
-// wxConfig organizes the items in a tree-like structure (modeled after the
+// wxConfig organizes the items in a tree-like structure (modelled after the
 // Unix/Dos filesystem). There are groups (directories) and keys (files).
 // There is always one current group given by the current path.
 //
index 7b86dea69fc6ea10b5a9fec6ceb2d4c7829012fc..f393e0384f23f84e7b5ad62ace56b1071bbcfc3a 100644 (file)
@@ -229,7 +229,7 @@ public:
         return true;
     }
 
-    // define hierachy
+    // define hierarchy
     virtual wxDataViewItem GetParent( const wxDataViewItem &item ) const = 0;
     virtual bool IsContainer( const wxDataViewItem &item ) const = 0;
     // Is the container just a header or an item with all columns
index cc1e6d791a3e2e8bfc2ea25ed3bdb91cba36e22b..3420179e5a1effb2abba70547b4bf9df5c2f4342 100644 (file)
@@ -408,7 +408,7 @@ public:
     // helper classes
     // ------------------------------------------------------------------------
 
-        // a class representing a time zone: basicly, this is just an offset
+        // a class representing a time zone: basically, this is just an offset
         // (in seconds) from GMT
     class WXDLLIMPEXP_BASE TimeZone
     {
@@ -693,7 +693,7 @@ public:
         // default assignment operator is ok
 
     // calendar calculations (functions which set the date only leave the time
-    // unchanged, e.g. don't explictly zero it): SetXXX() functions modify the
+    // unchanged, e.g. don't explicitly zero it): SetXXX() functions modify the
     // object itself, GetXXX() ones return a new object.
     // ------------------------------------------------------------------------
 
index ab296ad069dcda97d155aa959dad09cd998fdcd7..0e1b9684819872d5d35f18793ff0988514e0995b 100644 (file)
@@ -601,7 +601,7 @@ public:
     virtual void DeleteWindows();
 
     // Inform sizer about the first direction that has been decided (by parent item)
-    // Returns true if it made use of the informtion (and recalculated min size)
+    // Returns true if it made use of the information (and recalculated min size)
     virtual bool InformFirstDirection( int WXUNUSED(direction), int WXUNUSED(size), int WXUNUSED(availableOtherDir) )
         { return false; }
 
index bf611d72abe756c017967e5699bdae2358d52a57..d4780cc98747f84d0107b21fba41e3a6167749fb 100644 (file)
@@ -821,7 +821,7 @@ public:
           m_start(event.m_start),
           m_end(event.m_end) { }
 
-    // get the mouse event which happend over the URL
+    // get the mouse event which happened over the URL
     const wxMouseEvent& GetMouseEvent() const { return m_evtMouse; }
 
     // get the start of the URL