X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7ae8ee141c2c5415a787220a6683ae77b1ceb20e..cf4d0c5b0b25a7dbc18972ec063f59c66e71fded:/docs/latex/wx/tstring.tex diff --git a/docs/latex/wx/tstring.tex b/docs/latex/wx/tstring.tex index 74f1763fe8..b40d241257 100644 --- a/docs/latex/wx/tstring.tex +++ b/docs/latex/wx/tstring.tex @@ -139,7 +139,7 @@ to them will probably lead to program crash). Moreover, some very useful functions are not standard at all. This is why in addition to all wxString functions, there are also a few global string functions which try to correct these problems: \helpref{wxIsEmpty()}{wxisempty} verifies whether the string -is empty (returning {\tt TRUE} for {\tt NULL| pointers), +is empty (returning {\tt TRUE} for {\tt NULL} pointers), \helpref{wxStrlen()}{wxstrlen} also handles NULLs correctly and returns 0 for them and \helpref{wxStricmp()}{wxstricmp} is just a platform-independent version of case-insensitive string comparison function known either as