Browse Source

spelling: absolute

Josh Soref 7 years ago
parent
commit
9a33e48302
1 changed files with 1 additions and 1 deletions
  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:
     /// @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
     /// be created, even if one exists.
     LeaseFileIO(const std::string& filename, const bool recreate = true);