Browse Source

[master] spelling

Francis Dupont 10 years ago
parent
commit
4aff60485b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/util/unittests/fork.h

+ 1 - 1
src/lib/util/unittests/fork.h

@@ -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.