]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix spelling in the documentation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 22 Feb 2012 13:41:07 +0000 (13:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 22 Feb 2012 13:41:07 +0000 (13:41 +0000)
Closes #14034.

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

interface/wx/event.h
interface/wx/grid.h
interface/wx/hashmap.h
interface/wx/infobar.h
interface/wx/mediactrl.h
interface/wx/propgrid/property.h
interface/wx/ribbon/art.h
interface/wx/ribbon/buttonbar.h
interface/wx/uri.h

index 4f6000239bd93208cf68c2d455c429e1254a9508..dce4ea1d609fbf84fabfc0c991d9c7d025d04ef5 100644 (file)
@@ -2693,7 +2693,7 @@ public:
     wxClientData* GetClientObject() const;
 
     /**
-        Returns extra information dependant on the event objects type.
+        Returns extra information dependent on the event objects type.
 
         If the event comes from a listbox selection, it is a boolean
         determining whether the event was a selection (@true) or a
index 6ba13bed3b6a44ea097c45c6901dca7c6ea996c7..18c22a416022899db42deeae62d8f6d43f50742d 100644 (file)
@@ -265,7 +265,7 @@ public:
 
     /**
         The parameters string format is "width[,precision[,format]]" where
-        @c format should be choosen beween f|e|g|E|G (f is used by default)
+        @c format should be chosen between f|e|g|E|G (f is used by default)
     */
     virtual void SetParameters(const wxString& params);
 
@@ -656,7 +656,7 @@ public:
 
     /**
         The parameters string format is "width[,precision[,format]]" where
-        @c format should be choosen beween f|e|g|E|G (f is used by default)
+        @c format should be chosen between f|e|g|E|G (f is used by default)
     */
     virtual void SetParameters(const wxString& params);
 };
index 6364471596a668001265e3ae1e4e6ff570bd410b..b7554e815b87e7f3b805cbbe0658c2c97783b17b 100644 (file)
@@ -11,7 +11,7 @@
 
     This is a simple, type-safe, and reasonably efficient hash map class,
     whose interface is a subset of the interface of STL containers.
-    In particular, the interface is modeled after std::map, and the various,
+    In particular, the interface is modelled after std::map, and the various,
     non-standard, std::hash_map (http://www.cppreference.com/wiki/stl/map/start).
 
     Example:
index 322548f14b3988b403f5b37ae2e03dcc3ff987b9..19d737cf5e75ba00c9c1b6cb5b533634a8001210 100644 (file)
@@ -52,7 +52,7 @@
 
     void MyFrame::SomeMethod()
     {
-        m_infoBar->ShowMessage("Something happend", wxICON_INFORMATION);
+        m_infoBar->ShowMessage("Something happened", wxICON_INFORMATION);
     }
     @endcode
 
index d88994e2aed258ab3704b65a7a06ad67e8ed3cf0..d7b6519fe3eff38c7c40a3c759bf1e02dfd8eebf 100644 (file)
@@ -85,7 +85,7 @@ public:
     want to render, catch the @c EVT_MEDIA_LOADED event, and then call Play()
     to show the video/audio of the media in that event.
 
-    More complex operations are generally more heavily dependant on the capabilities
+    More complex operations are generally more heavily dependent on the capabilities
     of the backend. For example, QuickTime cannot set the playback rate of certain
     streaming media - while DirectShow is slightly more flexible in that regard.
 
@@ -337,7 +337,7 @@ public:
 
     /**
         Loads the location that uri refers to. Note that this is very
-        implementation-dependant, although HTTP URI/URLs are generally
+        implementation-dependent, although HTTP URI/URLs are generally
         supported, for example. Returns @false if loading fails.
     */
     bool Load(const wxURI& uri);
index 6d2b249687e06167d1adb4a7f756acbdd64bb74a..7c68512a2307af7b6f1340a97b11d1939c775f38 100644 (file)
@@ -517,7 +517,7 @@ wxPG_PROP_BEING_DELETED             = 0x00200000
     wxDateTime property. Default editor is DatePickerCtrl, although TextCtrl
     should work as well. wxPG_DATE_FORMAT attribute can be used to change
     string wxDateTime::Format uses (although default is recommended as it is
-    locale-dependant), and wxPG_DATE_PICKER_STYLE allows changing window
+    locale-dependent), and wxPG_DATE_PICKER_STYLE allows changing window
     style given to DatePickerCtrl (default is wxDP_DEFAULT|wxDP_SHOWCENTURY).
     Using wxDP_ALLOWNONE will enable better unspecified value support.
 
index 13bad04d94dbcc4ef08c684fbc95e054f34c1ae7..d33de734793400e8c9333e9ec5602b36c8f060ac 100644 (file)
@@ -301,7 +301,7 @@ public:
         default colours of the art provider.
         Note that if SetColour() is called, then GetColourScheme() does not try
         and return a colour scheme similar to colours being used - it's return
-        values are dependant upon the last values given to SetColourScheme(),
+        values are dependent upon the last values given to SetColourScheme(),
         as described above.
         
         @param[out] primary
index cee957c25fc5e6b1e56b036c628360b9eea330b5..e7e80e806a296fdca02f93bfd4d41fc810692eae 100644 (file)
 enum wxRibbonButtonBarButtonState
 {
     /**
-        Button is small (the interpretation of small is dependant upon the art
+        Button is small (the interpretation of small is dependent upon the art
         provider, but it will be smaller than medium).
     */
     wxRIBBON_BUTTONBAR_BUTTON_SMALL     = 0 << 0,
     
     /**
-        Button is medium sized (the interpretation of medium is dependant upon
+        Button is medium sized (the interpretation of medium is dependent upon
         the art provider, but it will be between small and large).
     */
     wxRIBBON_BUTTONBAR_BUTTON_MEDIUM    = 1 << 0,
     
     /**
-        Button is large (the interpretation of large is dependant upon the art
+        Button is large (the interpretation of large is dependent upon the art
         provider, but it will be larger than medium).
     */
     wxRIBBON_BUTTONBAR_BUTTON_LARGE     = 2 << 0,
index 2df4eb69544543f7890fed324b16a807bee589f7..629f40b0d569bd0759e371e1b40f0e334f5ae586 100644 (file)
@@ -49,7 +49,7 @@ enum wxURIHostType
     @endcode
 
     @note On URIs with a "file" scheme wxURI does not parse the userinfo,
-          server, or port portion. This is to keep compatability with
+          server, or port portion. This is to keep compatibility with
           wxFileSystem, the old wxURL, and older url specifications.
 
     @library{wxbase}