]> git.saurik.com Git - wxWidgets.git/commitdiff
Very minor fixes to wxKill() documentation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Sep 2010 21:49:07 +0000 (21:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Sep 2010 21:49:07 +0000 (21:49 +0000)
Fix "the the" typo.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/utils.h

index ffb267c16cd40136b87c29befb0e2661f9ff1431..8bf3b1948f25d474cf8db634077361ac9efe5866 100644 (file)
@@ -928,7 +928,9 @@ unsigned long wxGetProcessId();
 
 /**
     Equivalent to the Unix kill function: send the given signal @a sig to the
-    process with PID @a pid. The valid signal values are:
+    process with PID @a pid.
+
+    The valid signal values are:
 
     @code
     enum wxSignal
@@ -957,7 +959,7 @@ unsigned long wxGetProcessId();
     @c wxSIGTERM under Windows.
 
     Returns 0 on success, -1 on failure. If the @a rc parameter is not @NULL,
-    it will be filled with a value of the the @c wxKillError enum:
+    it will be filled with a value from the @c wxKillError enum:
 
     @code
     enum wxKillError