From: Josh Soref Date: Sun, 23 Jul 2017 15:56:27 +0000 (-0400) Subject: spelling: command X-Git-Tag: trac5124a_base~35^2~189 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=205f8b08b621ed1c4789bda0bc0be85670923610;p=thirdparty%2Fkea.git spelling: command --- diff --git a/src/bin/dhcp4/ctrl_dhcp4_srv.h b/src/bin/dhcp4/ctrl_dhcp4_srv.h index b0c1a89d2f..d2fcf193f6 100644 --- a/src/bin/dhcp4/ctrl_dhcp4_srv.h +++ b/src/bin/dhcp4/ctrl_dhcp4_srv.h @@ -180,7 +180,7 @@ private: /// @brief handler for processing 'write-config' command /// - /// This handle processes write-config comamnd, which writes the + /// This handle processes write-config command, which writes the /// current configuration to disk. This command takes one optional /// parameter called filename. If specified, the current configuration /// will be written to that file. If not specified, the file used during diff --git a/src/bin/dhcp6/ctrl_dhcp6_srv.h b/src/bin/dhcp6/ctrl_dhcp6_srv.h index 2bc8073bb3..4648aefb5c 100644 --- a/src/bin/dhcp6/ctrl_dhcp6_srv.h +++ b/src/bin/dhcp6/ctrl_dhcp6_srv.h @@ -180,7 +180,7 @@ private: /// @brief handler for processing 'write-config' command /// - /// This handle processes write-config comamnd, which writes the + /// This handle processes write-config command, which writes the /// current configuration to disk. This command takes one optional /// parameter called filename. If specified, the current configuration /// will be written to that file. If not specified, the file used during diff --git a/src/lib/process/d_controller.h b/src/lib/process/d_controller.h index 05b726aede..a9959c0b9d 100644 --- a/src/lib/process/d_controller.h +++ b/src/lib/process/d_controller.h @@ -270,7 +270,7 @@ public: /// @brief handler for config-write command /// - /// This handle processes write-config comamnd, which writes the + /// This handle processes write-config command, which writes the /// current configuration to disk. This command takes one optional /// parameter called filename. If specified, the current configuration /// will be written to that file. If not specified, the file used during