X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9653bb3552bb6f14b252f661f54d95f32fce4d00..a90280fe1ac7b78563d44afffd1d3b0b521b5cd6:/interface/wx/wxcrt.h diff --git a/interface/wx/wxcrt.h b/interface/wx/wxcrt.h index 155712f1e8..46539afb10 100644 --- a/interface/wx/wxcrt.h +++ b/interface/wx/wxcrt.h @@ -91,7 +91,7 @@ wxArrayString wxStringTokenize(const wxString& string, This function copies the source string @a src to the destination buffer @a dst of size @a n without overflowing the buffer and ensuring that it is - always @NULL-terminated. + always @NUL-terminated. Example of use: @code @@ -121,7 +121,7 @@ wxArrayString wxStringTokenize(const wxString& string, @param dst Destination buffer of size (greater or) equal to @a n. @param src - @NULL-terminated source string. + @NUL-terminated source string. @param n The size of the destination buffer. @return