Parcourir la source

spelling: absolute

Josh Soref il y a 7 ans
Parent
commit
9a33e48302
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/dhcpsrv/tests/lease_file_io.h

+ 1 - 1
src/lib/dhcpsrv/tests/lease_file_io.h

@@ -23,7 +23,7 @@ class LeaseFileIO {
 public:
 public:
     /// @brief Constructor
     /// @brief Constructor
     ///
     ///
-    /// @param filename Abolsute path to the file.
+    /// @param filename Absolute path to the file.
     /// @param recreate A boolean flag indicating if the new file should
     /// @param recreate A boolean flag indicating if the new file should
     /// be created, even if one exists.
     /// be created, even if one exists.
     LeaseFileIO(const std::string& filename, const bool recreate = true);
     LeaseFileIO(const std::string& filename, const bool recreate = true);