]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/sharedptr.h
Document wxBK_HITTEST_XXX values.
[wxWidgets.git] / interface / wx / sharedptr.h
index 47b73c0d601b4f200899fd7ee2a80d16c0de125e..92e94a8759f6c7531ccdbb5eaa10435fcd16c139 100644 (file)
@@ -9,7 +9,7 @@
 /**
     A smart pointer with non-intrusive reference counting.
 
-    It is modeled after @c boost::shared_ptr<> and can be used with STL
+    It is modelled after @c boost::shared_ptr<> and can be used with STL
     containers and wxVector<T> unlike @c std::auto_ptr<> and wxScopedPtr<T>.
 
     @library{wxbase}