X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/061896d126a09dc2c77e00950ba01223d7dddfa6..5080e86f30478f61c5f638280f2d2ec2f4ff8b6a:/src/cocoa/combobox.mm diff --git a/src/cocoa/combobox.mm b/src/cocoa/combobox.mm index e0fe3d4911..46187fbd34 100644 --- a/src/cocoa/combobox.mm +++ b/src/cocoa/combobox.mm @@ -13,11 +13,11 @@ // // Impl notes: -// There is no custom data source because doing so unneccesaraly sacrifices +// There is no custom data source because doing so unnecessarily sacrifices // some native autocompletion behavior (we would have to make our own - // the SimpleComboBox sample does so in the developer folder that // comes with OSX). One reason you might want this would be to have -// only one array or be able to display numbers by returned an NSNumber +// only one array or be able to display numbers returned by an NSNumber // from the methods. // // One problem though is that wxCB_SORT isn't implemented...