]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4095] spelling
authorFrancis Dupont <fdupont@isc.org>
Wed, 11 Nov 2015 15:01:01 +0000 (16:01 +0100)
committerFrancis Dupont <fdupont@isc.org>
Wed, 11 Nov 2015 15:01:01 +0000 (16:01 +0100)
src/lib/dhcp/option.h

index 1315394288cb8d46672ed0465c23a6898c1a73fd..3d1e9c18a2c1abd68bff9e0be3bb53df6f575cc8 100644 (file)
@@ -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.