src/devices/mesh/dot11s/peer-management-protocol.h
changeset 6273 8d70de29d514
parent 5825 9e8c8a54772b
--- a/src/devices/mesh/dot11s/peer-management-protocol.h	Fri Apr 23 14:53:30 2010 +0400
+++ b/src/devices/mesh/dot11s/peer-management-protocol.h	Fri Apr 23 15:09:31 2010 +0400
@@ -167,7 +167,7 @@
   typedef std::map<uint32_t, PeerLinksOnInterface>  PeerLinksMap;
   /// This map keeps relationship between peer address and its beacon information
   typedef std::map<Mac48Address, BeaconInfo>  BeaconsOnInterface;
-  ///\brief This map keeps beacon information on all intefaces
+  ///\brief This map keeps beacon information on all interfaces
   typedef std::map<uint32_t, BeaconsOnInterface> BeaconInfoMap;
   ///\brief this vector keeps pointers to MAC-plugins
   typedef std::map<uint32_t, Ptr<PeerManagementProtocolMac> > PeerManagementProtocolMacMap;