]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: failing
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 16:56:33 +0000 (12:56 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 16:56:33 +0000 (12:56 -0400)
src/lib/util/tests/process_spawn_unittest.cc

index 0d4f7783d0f79926069747ce057061b287fe6b64..824196ce140f4b0cf9893a3d2ab743a11e48ce19 100644 (file)
@@ -92,7 +92,7 @@ bool waitForProcessFast(const ProcessSpawn& process, const pid_t pid,
 
 // This test verifies that if the thread calling spawn has SIGCHLD
 // already block ProcessSpawnError is thrown (@todo the second error
-// case: fork() failling)
+// case: fork() failing)
 TEST(ProcessSpawn, sigchldBlocked) {
     std::vector<std::string> args;
     ProcessSpawn process(getApp(), args);