Browse Source

[4095] spelling

Francis Dupont 9 years ago
parent
commit
53754baaea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcp/option.h

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

@@ -47,7 +47,7 @@ typedef boost::shared_ptr<Option> OptionPtr;
 
 /// A collection of DHCP (v4 or v6) options
 typedef std::multimap<unsigned int, OptionPtr> OptionCollection;
-/// A poitner to an OptionCollection
+/// A pointer to an OptionCollection
 typedef boost::shared_ptr<OptionCollection> OptionCollectionPtr;
 
 /// @brief This type describes a callback function to parse options from buffer.