Browse Source

spelling: command

Josh Soref 7 years ago
parent
commit
205f8b08b6

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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