]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] spelling
authorFrancis Dupont <fdupont@isc.org>
Mon, 20 Apr 2015 04:24:43 +0000 (06:24 +0200)
committerFrancis Dupont <fdupont@isc.org>
Mon, 20 Apr 2015 04:24:43 +0000 (06:24 +0200)
src/lib/util/unittests/fork.h

index 6b9e7491c8b1116d81ed22490169704663af704a..2a554fee3c0b7e4ea0b836cb019c48c70e926b21 100644 (file)
@@ -31,7 +31,7 @@ namespace unittests {
 /**
  * @short Checks that a process terminates correctly.
  * Waits for a process to terminate (with a short timeout, this should be
- * used whan the process is about tu terminate) and checks its exit code.
+ * used whan the process is about to terminate) and checks its exit code.
  *
  * @return True if the process terminates with 0, false otherwise.
  * @param process The ID of process to wait for.