Browse Source

Typo fixes

Shane Kerr 12 years ago
parent
commit
7da8c5f511
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/dhcpsrv/dhcpsrv_messages.mes

+ 2 - 2
src/lib/dhcpsrv/dhcpsrv_messages.mes

@@ -128,7 +128,7 @@ with the specified address to the memory file backend database.
 A debug message issued when the server is about to add an IPv6 lease
 with the specified address to the memory file backend database.
 
-% DHCPSRV_MEMFILE_COMMIT commiting to memory file database
+% DHCPSRV_MEMFILE_COMMIT committing to memory file database
 The code has issued a commit call.  For the memory file database, this is
 a no-op.
 
@@ -212,7 +212,7 @@ with the specified address to the MySQL backend database.
 A debug message issued when the server is about to add an IPv6 lease
 with the specified address to the MySQL backend database.
 
-% DHCPSRV_MYSQL_COMMIT commiting to MySQl database
+% DHCPSRV_MYSQL_COMMIT committing to MySQl database
 The code has issued a commit call.  All outstanding transactions will be
 committed to the database.  Note that depending on the MySQL settings,
 the commital may not include a write to disk.