X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/80fdcdb90ef779185492dab676d461fc34933312..ab67e8874db324fab5223cc8d5dff8a8de3e2b77:/include/wx/confbase.h diff --git a/include/wx/confbase.h b/include/wx/confbase.h index 481723857e..4243b2fe03 100644 --- a/include/wx/confbase.h +++ b/include/wx/confbase.h @@ -73,7 +73,7 @@ enum // abstract base class wxConfigBase which defines the interface for derived // classes // -// wxConfig organizes the items in a tree-like structure (modeled after the +// wxConfig organizes the items in a tree-like structure (modelled after the // Unix/Dos filesystem). There are groups (directories) and keys (files). // There is always one current group given by the current path. //