Browse Source

spelling: that

Josh Soref 8 years ago
parent
commit
2ecaf17ce5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcp/option4_addrlst.h

+ 1 - 1
src/lib/dhcp/option4_addrlst.h

@@ -150,7 +150,7 @@ public:
     /// Passed address must be IPv4 address. Otherwise BadValue exception
     /// will be thrown.
     ///
-    /// @param addr an address thait is going to be added to existing list
+    /// @param addr an address that is going to be added to existing list
     void addAddress(const isc::asiolink::IOAddress& addr);
 
 protected: