]> git.saurik.com Git - wxWidgets.git/commitdiff
No changes, just fix typos in comments in wxOSX files.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 1 Aug 2012 22:05:48 +0000 (22:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 1 Aug 2012 22:05:48 +0000 (22:05 +0000)
Closes #14549, #14552.

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

src/osx/carbon/dataview.cpp
src/osx/carbon/icon.cpp
src/osx/carbon/mimetmac.cpp
src/osx/carbon/slider.cpp
src/osx/carbon/taskbar.cpp
src/osx/carbon/thread.cpp
src/osx/carbon/toolbar.cpp
src/osx/core/hid.cpp
src/osx/core/hidjoystick.cpp
src/osx/core/mimetype.cpp

index b629161a5bc2a8279473e042c4d906dcb7b8f81a..db4326848cbbaa1dad1b41f19f39ec700020900b 100644 (file)
@@ -1634,7 +1634,7 @@ void wxMacDataViewDataBrowserListViewControl::DataBrowserItemNotificationProc(Da
               {
                 columnPtr->SetSortOrder(!(columnPtr->IsSortOrderAscending()));
                // initialize wxWidget event:
-                wxDataViewEvent dataViewEvent(wxEVT_COMMAND_DATAVIEW_COLUMN_SORTED,dataViewCtrlPtr->GetId()); // variable defintion
+                wxDataViewEvent dataViewEvent(wxEVT_COMMAND_DATAVIEW_COLUMN_SORTED,dataViewCtrlPtr->GetId()); // variable definition
 
                 dataViewEvent.SetEventObject(dataViewCtrlPtr);
                 dataViewEvent.SetColumn(columnIndex);
index 5afbf3c67b09f839c73dd774bdfbef547f03fcfe..9e2fe589eea7ea1733011cdc19b317d35e3bca10 100644 (file)
@@ -381,7 +381,7 @@ bool wxIcon::LoadIconFromFile(const wxString& filename, int desiredWidth, int de
 
     if( err == noErr )
     {
-        // If everthing is OK, assign m_refData
+        // If everything is OK, assign m_refData
         m_refData = new wxIconRefData( (WXHICON) iconRef, desiredWidth, desiredHeight );
         result = true;
     }
index 3e23d6087562665b886f5298d8fb1e5a4660c7bc..38ce5f85d68e40c5defc70a7ef5dc8bb63c09ef2 100644 (file)
@@ -630,7 +630,7 @@ void wxMimeTypesManagerImpl::ClearData()
 
 //
 //  Q) Iterating through the map - why does it use if (err == noErr) instead of just asserting?
-//  A) Some intermediate indexes are bad while subsequent ones may be good.  Its wierd, I know.
+//  A) Some intermediate indexes are bad while subsequent ones may be good.  Its weird, I know.
 //
 
 // extension -> file type
index 30763766221c0324bb8762cfe2f3c3119d29188c..ad2bc14334f2e7230bd4feb106772570e976a095 100644 (file)
@@ -48,7 +48,7 @@ wxWidgetImplType* wxWidgetImpl::CreateSlider( wxWindowMac* wxpeer,
     if ( style & wxSL_AUTOTICKS )
         tickMarks = (maximum - minimum) + 1; // +1 for the 0 value
 
-    // keep the number of tickmarks from becoming unwieldly, therefore below it is ok to cast
+    // keep the number of tickmarks from becoming unwieldy, therefore below it is ok to cast
     // it to a UInt16
     while (tickMarks > 20)
         tickMarks /= 5;
index 0d432c8510cb8d48cb2f28aae71eefc1408d22d4..916ff9ccc38faac03c2ed13b34531561e4cfdfb0 100644 (file)
@@ -241,7 +241,7 @@ wxDockEventHandler(EventHandlerCallRef WXUNUSED(inHandlerCallRef),
 // Performs a top-to-bottom copy of the input menu and all of its
 // submenus.
 //
-// This is mostly needed for 2.4 compatability. However wxPython and others
+// This is mostly needed for 2.4 compatibility. However wxPython and others
 // still use this way of setting the taskbarmenu.
 //-----------------------------------------------------------------------------
 wxMenu * wxDeepCopyMenu( wxMenu *menu )
@@ -463,7 +463,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxTaskBarIcon, wxEvtHandler)
 //
 // Note that we only support DOCK currently as others require cocoa and
 // also some require hacks and other such things. (MenuExtras are
-// actually seperate programs that also require a special undocumented id
+// actually separate programs that also require a special undocumented id
 // hack and other such fun stuff).
 //-----------------------------------------------------------------------------
 wxTaskBarIcon::wxTaskBarIcon(wxTaskBarIconType WXUNUSED_UNLESS_DEBUG(nType))
index 429bf44ee44414ef01fd12f1acd18f23d1eb64db..9b2573b6c049a247f175fd1c94f1323e335c17eb 100644 (file)
@@ -664,7 +664,7 @@ bool wxThreadInternal::Create( wxThread *thread, unsigned int stackSize )
         OSStatus err = MPCreateQueue( &m_notifyQueueId );
         if (err != noErr)
         {
-            wxLogSysError( wxT("Cant create the thread event queue") );
+            wxLogSysError( wxT("Can't create the thread event queue") );
 
             return false;
         }
index 0f3944c373dfb2b7729a7ee06088f3811f0171bf..093c7030004a11f11c048533b12a8d415dcadd1f 100644 (file)
@@ -1120,7 +1120,7 @@ bool wxToolBar::MacInstallNativeToolbar(bool usesNative)
             // which we don't want in this case
             wxSize sz = GetParent()->GetSize();
             ShowHideWindowToolbar( tlw, true, false );
-            // Restore the orginal size
+            // Restore the original size
             GetParent()->SetSize( sz );
 
             ChangeWindowAttributes( tlw, kWindowToolbarButtonAttribute, 0 );
index d9ebf8b2fec4ba82c2a345490aee60a62eecd452..f09912422c41f343c9a4db144534efc30d7722d9 100644 (file)
@@ -97,7 +97,7 @@ bool wxHIDDevice::Create (int nClass, int nType, int nDev)
         CFRelease(pClass);
     }
 
-    //Now get the maching services
+    //Now get the matching services
     io_iterator_t pIterator;
     if( IOServiceGetMatchingServices(m_pPort,
                         pDictionary, &pIterator) != kIOReturnSuccess )
@@ -261,7 +261,7 @@ size_t wxHIDDevice::GetCount (int nClass, int nType)
         CFRelease(pClass);
     }
 
-    //Now get the maching services
+    //Now get the matching services
     io_iterator_t pIterator;
     if( IOServiceGetMatchingServices(pPort,
                                      pDictionary, &pIterator) != kIOReturnSuccess )
index 51ddae074308fb69166b94b76cd483d13050cbe6..fcc0889e901c53c44676f07938da3e140674a1b5 100644 (file)
@@ -782,7 +782,7 @@ void* wxJoystickThread::Entry()
 //
 // This is where the REAL dirty work gets done.
 //
-// 1) Loops through each event the queue has recieved
+// 1) Loops through each event the queue has received
 // 2) First, checks if the thread that is running the loop for
 //    the polling has ended - if so it breaks out
 // 3) Next, it checks if there was an error getting this event from
index 4910f30ad40c442ac3b5815a7f7d6195979175fc..408933a98a98e8c628775a3f042c94ff79e7d30a 100644 (file)
@@ -244,7 +244,7 @@ wxMimeTypesManagerImpl::~wxMimeTypesManagerImpl()
 // Init / shutdown functions
 //
 // The Launch Services / UTI API provides no helpful way of getting a list
-// of all registered types. Instead the API is focused arround looking up
+// of all registered types. Instead the API is focused around looking up
 // information for a particular file type once you already have some
 // identifying piece of information. In order to get a list of registered
 // types it would first be necessary to get a list of all bundles exporting