Parcourir la source

[4095] spelling

Francis Dupont il y a 9 ans
Parent
commit
53754baaea
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.