X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..835165d576b66441987b78519e6ef1fe74ea795a:/include/wx/cocoa/radiobox.h?ds=sidebyside diff --git a/include/wx/cocoa/radiobox.h b/include/wx/cocoa/radiobox.h index 9e84110d2d..69600c8421 100644 --- a/include/wx/cocoa/radiobox.h +++ b/include/wx/cocoa/radiobox.h @@ -110,7 +110,7 @@ public: virtual void SetString(unsigned int n, const wxString& label); // change the individual radio button state protected: - // We don't want the typical wxCocoaNSBox behavior because our real + // We don't want the typical wxCocoaNSBox behaviour because our real // implementation is by using an NSMatrix as the NSBox's contentView. WX_NSMatrix GetNSMatrix() const; void AssociateNSBox(WX_NSBox theBox);