]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: daemon
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 16:08:15 +0000 (12:08 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 16:08:15 +0000 (12:08 -0400)
ChangeLog
src/lib/cc/tests/data_file_unittests.cc

index 39ba239a9274ee99a6bfe4afe335935ae43ec380..da3a9a286522f692ce857e9fa56e0a114334f536 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2572,7 +2572,7 @@ Kea 0.9 released on August 29, 2014
        (Trac #3524, git 822a39ba33870f70787a1f666aed772e06d04d79)
 
 824.   [bug]           marcin
-       Kea deamons report configuration summary when the configuration is
+       Kea daemons report configuration summary when the configuration is
        applied successfully.
        (Trac #3477, git f39d208024f720f72c931016cfa50a54e80f8c61)
 
index 24cca67e378688c28c74ef4f183685e07f7f9d47..8471849b6ee6d0d41572fdf1dd286523ea93974f 100644 (file)
@@ -16,7 +16,7 @@ using namespace isc::data;
 
 namespace {
 
-/// @brief Test class for testing Deamon class
+/// @brief Test class for testing Daemon class
 class DataFileTest : public ::testing::Test {
 public: