]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3961] fixed more typos
authorRazvan Becheriu <razvan@isc.org>
Tue, 9 Sep 2025 18:51:04 +0000 (21:51 +0300)
committerRazvan Becheriu <razvan@isc.org>
Tue, 9 Sep 2025 18:51:04 +0000 (21:51 +0300)
src/share/database/scripts/mysql/dhcpdb_create.mysql
src/share/database/scripts/mysql/upgrade_009.6_to_010.0.sh.in
src/share/database/scripts/pgsql/dhcpdb_create.pgsql
src/share/database/scripts/pgsql/upgrade_007_to_008.sh.in

index 1e1497ddba7d5dd4bb064aed812831896115578c..bd5124b9f3bc5760b0c1a25af715d22910bc3f7b 100644 (file)
@@ -3570,7 +3570,7 @@ CREATE TABLE IF NOT EXISTS dhcp4_client_class_server (
 
 -- -----------------------------------------------------------------------
 -- Extend the table holding DHCPv4 option definitions with a nullable
--- column matching option defintions with client classes.
+-- column matching option definitions with client classes.
 -- -----------------------------------------------------------------------
 ALTER TABLE dhcp4_option_def
     ADD COLUMN class_id BIGINT UNSIGNED NULL DEFAULT NULL;
@@ -4030,7 +4030,7 @@ CREATE TABLE IF NOT EXISTS dhcp6_client_class_server (
 
 -- -----------------------------------------------------------------------
 -- Extend the table holding DHCPv6 option definitions with a nullable
--- column matching option defintions with client classes.
+-- column matching option definitions with client classes.
 -- -----------------------------------------------------------------------
 ALTER TABLE dhcp6_option_def
     ADD COLUMN class_id BIGINT UNSIGNED NULL DEFAULT NULL;
index c2f5599d7855f1d89194b0b3b0dee0bc1e9b1a76..e0bb80754d2ec382f987a366c2af738c944d77c8 100755 (executable)
@@ -551,7 +551,7 @@ CREATE TABLE IF NOT EXISTS dhcp4_client_class_server (
 
 -- -----------------------------------------------------------------------
 -- Extend the table holding DHCPv4 option definitions with a nullable
--- column matching option defintions with client classes.
+-- column matching option definitions with client classes.
 -- -----------------------------------------------------------------------
 ALTER TABLE dhcp4_option_def
     ADD COLUMN class_id BIGINT UNSIGNED NULL DEFAULT NULL;
@@ -1011,7 +1011,7 @@ CREATE TABLE IF NOT EXISTS dhcp6_client_class_server (
 
 -- -----------------------------------------------------------------------
 -- Extend the table holding DHCPv6 option definitions with a nullable
--- column matching option defintions with client classes.
+-- column matching option definitions with client classes.
 -- -----------------------------------------------------------------------
 ALTER TABLE dhcp6_option_def
     ADD COLUMN class_id BIGINT UNSIGNED NULL DEFAULT NULL;
index 1a3a85c0fc30a84e644b881f3cd36b2ebbb6cfd5..bf1e8775c49352adaf06d9f436199472225d5e74 100644 (file)
@@ -3739,7 +3739,7 @@ UPDATE schema_version
 
 -- -----------------------------------------------------------------------
 -- Extend the table holding DHCPv4 option definitions with a nullable
--- column matching option defintions with client classes.
+-- column matching option definitions with client classes.
 -- -----------------------------------------------------------------------
 ALTER TABLE dhcp4_option_def
     ADD COLUMN class_id BIGINT NULL DEFAULT NULL;
@@ -3753,7 +3753,7 @@ ALTER TABLE dhcp4_option_def
 
 -- -----------------------------------------------------------------------
 -- Extend the table holding DHCPv6 option definitions with a nullable
--- column matching option defintions with client classes.
+-- column matching option definitions with client classes.
 -- -----------------------------------------------------------------------
 ALTER TABLE dhcp6_option_def
     ADD COLUMN class_id BIGINT NULL DEFAULT NULL;
index 3e12550b058fa5a7c65d5a3ab6dcd59c437b14bf..ac35d91ff3c4e8bf188934c07a39267b506683be 100755 (executable)
@@ -44,7 +44,7 @@ START TRANSACTION;
 
 -- -----------------------------------------------------------------------
 -- Extend the table holding DHCPv4 option definitions with a nullable
--- column matching option defintions with client classes.
+-- column matching option definitions with client classes.
 -- -----------------------------------------------------------------------
 ALTER TABLE dhcp4_option_def
     ADD COLUMN class_id BIGINT NULL DEFAULT NULL;
@@ -58,7 +58,7 @@ ALTER TABLE dhcp4_option_def
 
 -- -----------------------------------------------------------------------
 -- Extend the table holding DHCPv6 option definitions with a nullable
--- column matching option defintions with client classes.
+-- column matching option definitions with client classes.
 -- -----------------------------------------------------------------------
 ALTER TABLE dhcp6_option_def
     ADD COLUMN class_id BIGINT NULL DEFAULT NULL;