]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/wxcrt.h
Applied minor documentation corrections to wxRegKey from charles (fixes #10407).
[wxWidgets.git] / interface / wx / wxcrt.h
index 155712f1e800f44cba0a5c9e615dcf8c536a0748..46539afb103c375b9bf1de0e9ded7fea951b070b 100644 (file)
@@ -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