BIND 10 master, updated. 7da8c5f511ba519a582e5c9828b74de03651f701 Typo fixes
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Feb 19 12:33:57 UTC 2013
The branch, master has been updated
via 7da8c5f511ba519a582e5c9828b74de03651f701 (commit)
from 227ca9fd94365eebd3d21447c821ca7ec76971f6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7da8c5f511ba519a582e5c9828b74de03651f701
Author: Shane Kerr <shane at isc.org>
Date: Tue Feb 19 13:33:43 2013 +0100
Typo fixes
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcpsrv/dhcpsrv_messages.mes | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcpsrv/dhcpsrv_messages.mes b/src/lib/dhcpsrv/dhcpsrv_messages.mes
index 2ac0333..35263aa 100644
--- a/src/lib/dhcpsrv/dhcpsrv_messages.mes
+++ b/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.
More information about the bind10-changes
mailing list