src/routing/global-routing/ipv4-global-routing.h
changeset 6273 8d70de29d514
parent 5858 afb51c7f34c2
child 6317 e4a750adf12c
--- a/src/routing/global-routing/ipv4-global-routing.h	Fri Apr 23 14:53:30 2010 +0400
+++ b/src/routing/global-routing/ipv4-global-routing.h	Fri Apr 23 15:09:31 2010 +0400
@@ -173,10 +173,10 @@
  * \brief Get a route from the global unicast routing table.
  *
  * Externally, the unicast global routing table appears simply as a table with
- * n entries.  The one sublety of note is that if a default route has been set
+ * n entries.  The one subtlety of note is that if a default route has been set
  * it will appear as the zeroth entry in the table.  This means that if you
  * add only a default route, the table will have one entry that can be accessed
- * either by explicity calling GetDefaultRoute () or by calling GetRoute (0).
+ * either by explicitly calling GetDefaultRoute () or by calling GetRoute (0).
  * 
  * Similarly, if the default route has been set, calling RemoveRoute (0) will
  * remove the default route.
@@ -195,7 +195,7 @@
  * \brief Remove a route from the global unicast routing table.
  *
  * Externally, the unicast global routing table appears simply as a table with
- * n entries.  The one sublety of note is that if a default route has been set
+ * n entries.  The one subtlety of note is that if a default route has been set
  * it will appear as the zeroth entry in the table.  This means that if the
  * default route has been set, calling RemoveRoute (0) will remove the
  * default route.