No real changes, just fix a typo in comments and documentation.
Use "surprising" instead of (common) "surprizing" misspelling. Closes #11627. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
this global setting determines what should we do if the setting FOO
|
||||
requires BAR and BAR is not set: we can either silently unset FOO as well
|
||||
(do this if you're trying to build the smallest possible library) or give an
|
||||
error and abort (default as leads to least surprizing behaviour)
|
||||
error and abort (default as leads to least surprising behaviour)
|
||||
*/
|
||||
#define wxABORT_ON_CONFIG_ERROR
|
||||
|
||||
|
Reference in New Issue
Block a user