Francis Dupont 10 years ago
parent
commit
3a6aa4dfaf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcp/pkt6.h

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

@@ -278,7 +278,7 @@ public:
     /// (or least bad) solution.
     ///
     /// This vector is arranged in the order packet is encapsulated, i.e.
-    /// relay[0] was the outermort encapsulation (relay closest to the server),
+    /// relay[0] was the outermost encapsulation (relay closest to the server),
     /// relay[last] was the innermost encapsulation (relay closest to the
     /// client).
     std::vector<RelayInfo> relay_info_;