]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/hashmap.h
avoid GTK+ prefixes for our tree entry code, it is not part of GTK+
[wxWidgets.git] / interface / wx / hashmap.h
index 594d77caa08576928a1e3c66cfe980558ad169e0..b816f836fcaafdea10a9ecbe2463524fcbcf32c3 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxHashMap
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -11,7 +11,7 @@
 
     This is a simple, type-safe, and reasonably efficient hash map class,
     whose interface is a subset of the interface of STL containers.
-    In particular, the interface is modeled after std::map, and the various,
+    In particular, the interface is modelled after std::map, and the various,
     non-standard, std::hash_map (http://www.cppreference.com/wiki/stl/map/start).
 
     Example: