From: Josh Soref Date: Sun, 23 Jul 2017 16:56:33 +0000 (-0400) Subject: spelling: failing X-Git-Tag: trac5124a_base~35^2~134 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d20e3002d10f074cfab1640b644d28087be1ca1;p=thirdparty%2Fkea.git spelling: failing --- diff --git a/src/lib/util/tests/process_spawn_unittest.cc b/src/lib/util/tests/process_spawn_unittest.cc index 0d4f7783d0..824196ce14 100644 --- a/src/lib/util/tests/process_spawn_unittest.cc +++ b/src/lib/util/tests/process_spawn_unittest.cc @@ -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 args; ProcessSpawn process(getApp(), args);