]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3831] Spelling
authorFrancis Dupont <fdupont@isc.org>
Wed, 14 May 2025 20:01:14 +0000 (22:01 +0200)
committerAndrei Pavel <andrei@isc.org>
Fri, 16 May 2025 09:20:44 +0000 (12:20 +0300)
doc/sphinx/arm/hooks-lease-cmds.rst
src/hooks/dhcp/forensic_log/tests/legal_log_mgr_unittests.cc
src/hooks/dhcp/lease_cmds/libloadtests/lease_cmds6_unittest.cc
src/lib/util/filesystem.h

index 04c3c1d023f54ff5c743b62776920d44bd0c2a55..e959c0e42f4cb0b7df003d7221f7be274522474c 100644 (file)
@@ -1103,7 +1103,6 @@ to the previous filename: for example, ``.bak14326``.
     or, if already running, log an unrecoverable error.  For ease of use in
     specifying a custom file name simply omit the path portion from ``filename``.
 
-
 .. note::
 
    These commands do not replace the LFC mechanism; they should be used
index 105d1aea7947778c27d063ca26dfcf2982528ac7..798a0ece9724b7f8e6ae99c6f1f3d4ec743a6e86 100644 (file)
@@ -39,7 +39,7 @@ DbLogger legal_log_db_logger(legal_log_logger, legal_log_db_message_map);
 
 /// @brief Test fixture
 struct LegalLogMgrTest : ::testing::Test {
-    /// @brief Construtor.
+    /// @brief Constructor.
     LegalLogMgrTest() : legal_log_dir_env_var_("KEA_LEGAL_LOG_DIR") {
     }
 
index f07514a3345f1ef2ceee8d64b5b64e35a8d22e27..0260d2688647ed015a22b8eccac2296da85a1d32 100644 (file)
@@ -4459,7 +4459,6 @@ void Lease6CmdsTest::testLease6Write() {
     std::ostringstream os;
     os << "'filename' parameter is invalid: invalid path specified:"
        << " '/tmp', supported path is '" << CfgMgr::instance().getDataDir() << "'";
-
 }
 
 TEST_F(Lease6CmdsTest, lease6AddMissingParams) {
index cbcb5cd2972a4791b4be1982ed3fc20e285e5c5c..91e0f4b2d1d71c1561a49d42ee4051be819928b9 100644 (file)
@@ -200,7 +200,7 @@ public:
 
     /// @brief Validates a directory against a supported path.
     ///
-    /// Used to validate a string that represents a directory that may 0or
+    /// Used to validate a string that represents a directory that may or
     /// may not end with a "/" (i.e "/foo/bar", bar is assumed to be the
     /// a directory, not a file.
     ///