BIND 10 trac978, updated. d749aee2ec681e0304dd53c63f276af98edeaf31 [trac978] Corrected some typos
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jun 17 17:19:52 UTC 2011
The branch, trac978 has been updated
via d749aee2ec681e0304dd53c63f276af98edeaf31 (commit)
from 4c250f85ed6ad7f697c42137f1e67aadacf73dac (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 d749aee2ec681e0304dd53c63f276af98edeaf31
Author: Stephen Morris <stephen at isc.org>
Date: Fri Jun 17 18:18:57 2011 +0100
[trac978] Corrected some typos
-----------------------------------------------------------------------
Summary of changes:
src/lib/acl/loader.h | 2 +-
src/lib/acl/tests/loader_test.cc | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/acl/loader.h b/src/lib/acl/loader.h
index 30bd995..b4266f4 100644
--- a/src/lib/acl/loader.h
+++ b/src/lib/acl/loader.h
@@ -129,7 +129,7 @@ public:
/**
* \brief Creates the check.
*
- * This function does the actuall creation. It is passed all the
+ * This function does the actual creation. It is passed all the
* relevant data and is supposed to return shared pointer to the
* check.
*
diff --git a/src/lib/acl/tests/loader_test.cc b/src/lib/acl/tests/loader_test.cc
index 82b6410..0d97817 100644
--- a/src/lib/acl/tests/loader_test.cc
+++ b/src/lib/acl/tests/loader_test.cc
@@ -259,8 +259,8 @@ TEST_F(LoaderTest, CreatorDuplicity) {
EXPECT_THROW(loader_.registerCreator(namedCreator("name")), LoaderError);
}
-// Test that when it does not accet a duplicity, nothing is inserted
-TEST_F(LoaderTest, CreatorDuplicityUnchanged) {
+// Test that when it does not accept a duplicate, nothing is inserted
+TEST_F(LoaderTest, CreatorDuplicateUnchanged) {
addNamed("name1");
vector<string> names;
names.push_back("name2");
More information about the bind10-changes
mailing list