summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/Process.h.in
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2008-04-02 12:36:51 (GMT)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2008-04-02 12:36:51 (GMT)
commitf410daffec29fa5a14197048bc3e12bddb7c9450 (patch)
tree56adfeafb26930bf9cfd146e60bcd340302ad448 /Source/kwsys/Process.h.in
parent590e5c47dd4b49ed09bf61114be69c53597c69e6 (diff)
downloadCMake-f410daffec29fa5a14197048bc3e12bddb7c9450.zip
CMake-f410daffec29fa5a14197048bc3e12bddb7c9450.tar.gz
CMake-f410daffec29fa5a14197048bc3e12bddb7c9450.tar.bz2
STYLE: minor comments
Diffstat (limited to 'Source/kwsys/Process.h.in')
-rw-r--r--Source/kwsys/Process.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/kwsys/Process.h.in b/Source/kwsys/Process.h.in
index 26ff75e..0641528 100644
--- a/Source/kwsys/Process.h.in
+++ b/Source/kwsys/Process.h.in
@@ -106,7 +106,7 @@ kwsysEXPORT void kwsysProcess_Delete(kwsysProcess* cp);
/**
* Set the command line to be executed. Argument is an array of
- * pointers to the command and each argument. Ths array must end with
+ * pointers to the command and each argument. The array must end with
* a NULL pointer. Any previous command lines are removed. Returns
* 1 for success and 0 otherwise.
*/
@@ -115,7 +115,7 @@ kwsysEXPORT int kwsysProcess_SetCommand(kwsysProcess* cp,
/**
* Add a command line to be executed. Argument is an array of
- * pointers to the command and each argument. Ths array must end with
+ * pointers to the command and each argument. The array must end with
* a NULL pointer. If this is not the first command added, its
* standard input will be connected to the standard output of the
* previous command. Returns 1 for success and 0 otherwise.