]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/list.h
Intial review of calctrl.h.
[wxWidgets.git] / interface / list.h
index ea950dbd09abf8f3fa548024f8bea83e06f5b66f..55416b4528e6d8d051eaa49e0401d534a176cd7d 100644 (file)
@@ -318,7 +318,7 @@ public:
     compatibility only and usage of this class is strongly deprecated.
 
     In the documentation below, the type @c T should be thought of as a
-    "template'' parameter: this is the type of data stored in the linked list or,
+    "template" parameter: this is the type of data stored in the linked list or,
     in other words, the first argument of WX_DECLARE_LIST macro. Also, wxNode is
     written as wxNodeT even though it isn't really a template class -- but it
     helps to think of it as if it were.