diff options
author | KWSys Upstream <kwrobot@kitware.com> | 2017-11-07 13:15:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-11-07 13:16:13 (GMT) |
commit | dc059ae70b2ec79bce2b534876a2f4006293d3b6 (patch) | |
tree | 3d90febcc086375fab514e58d0eb878e259f2504 /Process.h.in | |
parent | 5464e23ff5e822b8a99a3cd234c54ff4632ccb98 (diff) | |
download | CMake-dc059ae70b2ec79bce2b534876a2f4006293d3b6.zip CMake-dc059ae70b2ec79bce2b534876a2f4006293d3b6.tar.gz CMake-dc059ae70b2ec79bce2b534876a2f4006293d3b6.tar.bz2 |
KWSys 2017-11-07 (5249a82d)
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit 5249a82d5e617a29659e5881d0df65acb3220eab (master).
Upstream Shortlog
-----------------
Brad King (1):
bfdbfe9b Avoid requiring CMake 3.4 string(APPEND)
luzpaz (1):
9a1d5901 Fix trivial typos in text
Diffstat (limited to 'Process.h.in')
-rw-r--r-- | Process.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Process.h.in b/Process.h.in index 6cb9443..daf334a 100644 --- a/Process.h.in +++ b/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 |