X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e091b2b01599d90ae53a16b18b5ba30e926659f..94cf5fc7230759904c7fe2e616383f64ea4da02d:/docs/latex/wx/list.tex diff --git a/docs/latex/wx/list.tex b/docs/latex/wx/list.tex index 1bce91d35e..aa570acf56 100644 --- a/docs/latex/wx/list.tex +++ b/docs/latex/wx/list.tex @@ -216,7 +216,7 @@ Removes element at given position. \func{wxNode *}{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.