]> git.saurik.com Git - wxWidgets.git/commitdiff
No real changes, just fix some typos in comments.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 May 2012 13:12:27 +0000 (13:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 May 2012 13:12:27 +0000 (13:12 +0000)
Closes #14276.

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

src/common/combocmn.cpp
src/common/datetimefmt.cpp
src/common/dcbase.cpp
src/common/filename.cpp
src/common/imagtiff.cpp
src/common/mediactrlcmn.cpp
src/common/rgncmn.cpp
src/common/translation.cpp
src/common/uri.cpp
src/common/xti.cpp
src/common/xtistrm.cpp

index 814dbd9a493fa67faa043729a97435ad95a8f630..2136fbd1cc1ccf729de886373985d17deb8ffcc6 100644 (file)
@@ -1375,7 +1375,7 @@ wxSize wxComboCtrlBase::DoGetBestSize() const
     else
         fhei = sizeText.y + 4;
 
-    // Need to force height to accomodate bitmap?
+    // Need to force height to accommodate bitmap?
     int btnSizeY = m_btnSize.y;
     if ( m_bmpNormal.IsOk() && fhei < btnSizeY )
         fhei = btnSizeY;
index 698749f2c9281f7869b5cae2f0de3be0ffa51c6c..3e51672eee3e63c779dbe1013afa45b736d657e4 100644 (file)
@@ -293,7 +293,7 @@ ParseFormatAt(wxString::const_iterator& p,
     wxDateTime dt;
 
     // Use a default date outside of the DST period to avoid problems with
-    // parsing the time differently depending on the todays date (which is used
+    // parsing the time differently depending on the today's date (which is used
     // as the fall back date if none is explicitly specified).
     static const wxDateTime dtDef(1, wxDateTime::Jan, 2012);
 
index 87e60977c6cdfe5eb67b64db9f4dff5090a7f695..822c772dee44e481676f6a2a3f97b1ddfdbbaba9 100644 (file)
@@ -1292,7 +1292,7 @@ void wxDC::DrawLabel(const wxString& text,
         {
             if ( pc - text.begin() == indexAccel )
             {
-                // remeber to draw underscore here
+                // remember to draw underscore here
                 GetTextExtent(curLine, &startUnderscore, NULL);
                 curLine += *pc;
                 GetTextExtent(curLine, &endUnderscore, NULL);
index bc4b31b23fb3a352d33ac2b59dc1e0d818bc1fe0..fb092de343140e6176296014a37f40f216ea1a8a 100644 (file)
@@ -1798,7 +1798,7 @@ bool wxFileName::SameAs(const wxFileName& filepath, wxPathFormat format) const
 /* static */
 bool wxFileName::IsCaseSensitive( wxPathFormat format )
 {
-    // only Unix filenames are truely case-sensitive
+    // only Unix filenames are truly case-sensitive
     return GetFormat(format) == wxPATH_UNIX;
 }
 
index b8fed7f83ce28e9beda0d8bd0a814bdc6e3e40e6..1c3e22632dc4f6e25265c50a97a0f8428574e42a 100644 (file)
@@ -552,7 +552,7 @@ bool wxTIFFHandler::LoadFile( wxImage *image, wxInputStream& stream, bool verbos
 
     /*
     Set the image resolution if it's available. Resolution tag is not
-    dependant on RESOLUTIONUNIT != RESUNIT_NONE (according to TIFF spec).
+    dependent on RESOLUTIONUNIT != RESUNIT_NONE (according to TIFF spec).
     */
     float resX, resY;
 
index 555c6e71e3a28b01d6a1bbca6c7f04d8f4bcd0f9..903e47a3f7a91908f69c2e4681812f4909c34ef2 100644 (file)
@@ -544,7 +544,7 @@ void wxMediaBackendCommonBase::QueueStopEvent()
 //
 #include "wx/html/forcelnk.h"
 
-#ifdef __WXMSW__ // MSW has huge backends so we do it seperately
+#ifdef __WXMSW__ // MSW has huge backends so we do it separately
 FORCE_LINK(wxmediabackend_am)
 FORCE_LINK(wxmediabackend_wmp10)
 #elif !defined(__WXOSX_COCOA__)
index 93de0d48f84f69e2d4280d9ac0ba68e598aad8f0..f70b68030350eef7f8a36f6b9cbbca33c63481ae 100644 (file)
@@ -33,7 +33,7 @@
 // ============================================================================
 
 // ----------------------------------------------------------------------------
-// region comparision
+// region comparison
 // ----------------------------------------------------------------------------
 
 bool wxRegionBase::IsEqual(const wxRegion& region) const
index 417588526d3603f4fd30b6fbbf653b8474dc4de0..379eccc45cbda2d4747bbf415993fe535157d668 100644 (file)
@@ -885,7 +885,7 @@ private:
 };
 
 // ----------------------------------------------------------------------------
-// wxMsgCatalogFile clas
+// wxMsgCatalogFile class
 // ----------------------------------------------------------------------------
 
 wxMsgCatalogFile::wxMsgCatalogFile()
index 86faa7a62fedf66289c60b043c2fb91db6b1a12a..88930c9ab9797bf280362f942b997afcf02e7a5e 100644 (file)
@@ -817,7 +817,7 @@ bool wxURI::ParseH16(const char*& uri)
 //
 // Parses a certain version of an IP address and moves the input string past
 // it.  Returns true if the input  string contains the proper version of an ip
-// address.  It is the caller's responsability to move the input string back
+// address.  It is the caller's responsibility to move the input string back
 // to its original position on failure.
 // ---------------------------------------------------------------------------
 
index 31c2282f136d5eec0caa4ca6a3c85d36f9c2b425..ab4796ff3f628502dae46bf55ed270be034c73b4 100644 (file)
@@ -393,7 +393,7 @@ void wxTypeInfo::Unregister()
         ms_typeTable->erase(m_name);
 }
 
-// removing header dependancy on string tokenizer
+// removing header dependency on string tokenizer
 
 void wxSetStringToArray( const wxString &s, wxArrayString &array )
 {
index de182f0ef072a72038998a5c0aa051753b3b549e..ed4a7a557c17254a70924d348e69500f33c25ffe 100644 (file)
@@ -478,7 +478,7 @@ struct wxObjectRuntimeReaderCallback::wxObjectRuntimeReaderCallbackInternal
             return NULL;
         if ( m_objects.find(objectID) == m_objects.end() )
         {
-            wxLogError( _("Passing an unkown object to GetObject") );
+            wxLogError( _("Passing an unknown object to GetObject") );
             return NULL;
         }