]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1960] Corrected typos.
authorMarcin Siodelski <marcin@isc.org>
Tue, 25 Sep 2012 08:03:05 +0000 (10:03 +0200)
committerMarcin Siodelski <marcin@isc.org>
Tue, 25 Sep 2012 08:03:05 +0000 (10:03 +0200)
tests/tools/perfdhcp/test_control.h

index d0ad65e623e24082e260072b4caf8d6165bdf4d7..e60add23442fee20de0f3de17fde277a30c16028 100644 (file)
@@ -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.
 ///