From: Francis Dupont Date: Mon, 20 Apr 2015 04:24:43 +0000 (+0200) Subject: [master] spelling X-Git-Tag: trac3791_base~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4aff60485bacfd792002b79e68688e198ef86257;p=thirdparty%2Fkea.git [master] spelling --- diff --git a/src/lib/util/unittests/fork.h b/src/lib/util/unittests/fork.h index 6b9e7491c8..2a554fee3c 100644 --- a/src/lib/util/unittests/fork.h +++ b/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.