From: Marcin Siodelski Date: Tue, 25 Sep 2012 08:03:05 +0000 (+0200) Subject: [1960] Corrected typos. X-Git-Tag: trac2351_base~40^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efeb8e81af78b9bca08785646948da46aec3d1c8;p=thirdparty%2Fkea.git [1960] Corrected typos. --- diff --git a/tests/tools/perfdhcp/test_control.h b/tests/tools/perfdhcp/test_control.h index d0ad65e623..e60add2344 100644 --- a/tests/tools/perfdhcp/test_control.h +++ b/tests/tools/perfdhcp/test_control.h @@ -70,13 +70,13 @@ namespace perfdhcp { /// - optionally print some diagnostics. /// /// With the '-w' command line option user may specify the external application -/// or script to be executed. The is executed twice, first when the test starts +/// or script to be executed. This is executed twice, first when the test starts /// and second time when the test ends. This external script or application must /// accept 'start' and 'stop' arguments. The first time it is called, it is /// called with the argument 'start' and the second time with the argument /// 'stop'. /// -/// The applicated is executed by calling fork() to fork the current perfdhcp +/// The application is executed by calling fork() to fork the current perfdhcp /// process and then call execlp() to replace the current process image with /// the new one. ///