Browse Source

spelling: performance

Josh Soref 7 years ago
parent
commit
07f40e4422

+ 1 - 0
src/bin/admin/tests/dhcpdb_create_1.0.cql

@@ -38,7 +38,7 @@
 -- is initialized to 1.0, then upgraded to 2.0 etc. This may be somewhat
 -- sub-optimal, but it ensues consistency with upgrade scripts. (It is much
 -- easier to maintain init and upgrade scripts if they look the same).
+-- Since initialization is done only once, it's performance is not an issue.
 
 -- This line starts database initialization to 1.0.
 

+ 1 - 1
src/share/database/scripts/mysql/dhcpdb_create.mysql

@@ -26,7 +26,7 @@
 # is initialized to 1.0, then upgraded to 2.0 etc. This may be somewhat
 # sub-optimal, but it ensues consistency with upgrade scripts. (It is much
 # easier to maintain init and upgrade scripts if they look the same).
-# Since initialization is done only once, it's perfromance is not an issue.
+# Since initialization is done only once, it's performance is not an issue.
 
 # This line starts database initialization to 1.0.