diff options
author | Brad King <brad.king@kitware.com> | 2017-11-07 13:16:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-11-07 13:16:14 (GMT) |
commit | 517cfe0b8c327ee4d68de777b812c4854e3d46a8 (patch) | |
tree | dad96aeed2036987012299830121463d88361da0 /Source/kwsys/Process.h.in | |
parent | c37c4771cb876146ae0d23a2008482d6fcd53e35 (diff) | |
parent | dc059ae70b2ec79bce2b534876a2f4006293d3b6 (diff) | |
download | CMake-517cfe0b8c327ee4d68de777b812c4854e3d46a8.zip CMake-517cfe0b8c327ee4d68de777b812c4854e3d46a8.tar.gz CMake-517cfe0b8c327ee4d68de777b812c4854e3d46a8.tar.bz2 |
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys:
KWSys 2017-11-07 (5249a82d)
Diffstat (limited to 'Source/kwsys/Process.h.in')
-rw-r--r-- | Source/kwsys/Process.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/Process.h.in b/Source/kwsys/Process.h.in index 6cb9443..daf334a 100644 --- a/Source/kwsys/Process.h.in +++ b/Source/kwsys/Process.h.in @@ -421,7 +421,7 @@ enum kwsysProcess_Pipes_e /** * Block until the child process terminates or the given timeout - * expires. If no process is running, returns immediatly. The + * expires. If no process is running, returns immediately. The * argument is: * * timeout = Specifies the maximum time this call may block. Upon |