]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/list.tex
escape underscores and don't use abbreviations in text
[wxWidgets.git] / docs / latex / wx / list.tex
index 1bce91d35e3abb45f0bf87c0b51a026a150f7f0f..aa570acf560bf0d7540036000896fdfcb8a27bc2 100644 (file)
@@ -216,7 +216,7 @@ Removes element at given position.
 
 \func{wxNode<T> *}{Find}{\param{T *}{ object}}
 
-Returns the node whose client date is {\it object} or NULL if none found.
+Returns the node whose client data is {\it object} or NULL if none found.
 
 {\bf Note}: keyed lists are deprecated and should not be used in new code.