]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[642-update-mysql-cb-with-calls-to-set-delete-and-retrieve-servers] Minor comment...
authorFrancis Dupont <fdupont@isc.org>
Tue, 18 Jun 2019 12:43:21 +0000 (14:43 +0200)
committerMarcin Siodelski <marcin@isc.org>
Thu, 27 Jun 2019 18:51:31 +0000 (14:51 -0400)
src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.h
src/hooks/dhcp/mysql_cb/mysql_cb_dhcp6.h
src/hooks/dhcp/mysql_cb/mysql_cb_impl.h

index 988bcf3d9165e67de34fd0a35cbf9f221049db84..1262cc24fea93b1d25c27aac0e327a730f9020e1 100644 (file)
@@ -181,7 +181,7 @@ public:
     /// returned depending on the server selector specified:
     /// - ALL: only common parameters are returned which are associated with
     ///   the logical server 'all'. No parameters associated with the explicit
-    ///    server tags are returned.
+    ///   server tags are returned.
     ///
     /// - ONE: parameters used by the particular sever are returned. This includes
     ///   parameters associated with the particular server (identified by tag)
index 16d3fd659fa137fc307739cd6c4313fabf44aa86..4b246f549de073ebc5d7076f78dc08e4f06fc821 100644 (file)
@@ -181,7 +181,7 @@ public:
     /// returned depending on the server selector specified:
     /// - ALL: only common parameters are returned which are associated with
     ///   the logical server 'all'. No parameters associated with the explicit
-    ///    server tags are returned.
+    ///   server tags are returned.
     ///
     /// - ONE: parameters used by the particular sever are returned. This includes
     ///   parameters associated with the particular server (identified by tag)
index d434c4d633a0e3b07e6585d4789a14d73f26f4f1..ad45bb33af9013555a8a6fefa3cc86bbf7762351 100644 (file)
@@ -641,7 +641,7 @@ public:
     /// @param create_audit_revision Index of the query inserting audit
     /// revision.
     /// @param create_index Index of the INSERT query to be used.
-    /// @param update_index index of the UPDATE query to be used.
+    /// @param update_index Index of the UPDATE query to be used.
     /// @param server Pointer to the server to be inserted or updated.
     void createUpdateServer(const int create_audit_revision_index,
                             const int create_index,