]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1928] Applied suggested change to comment
authorAndrei Pavel <andrei@isc.org>
Tue, 20 Jul 2021 09:54:55 +0000 (09:54 +0000)
committerMarcin Siodelski <marcin@isc.org>
Wed, 21 Jul 2021 10:49:50 +0000 (10:49 +0000)
src/share/database/scripts/mysql/dhcpdb_create.mysql

index 98c2c89bcb50dbb7714df59e3ccce7ea652279e9..1617e1e3e23c6dcdf638b3a914ebd5758b79043b 100644 (file)
@@ -3627,7 +3627,7 @@ DROP PROCEDURE IF EXISTS setClientClass6Order;
 -- - id id of the positioned class,
 -- - follow_class_name name of the class after which this class should be
 --   positioned within the class hierarchy.
--- - old_follow_class_name previous name of the class after which this
+-- - old_follow_class_name name of the previous class after which this
 --   class was positioned within the class hierarchy.
 -- -----------------------------------------------------------------------
 DELIMITER $$