docs: better docs, mv doxygen to sphinx
[vpp.git] / docs / developer / corefeatures / fib / debugging.rst
@@ -32,7 +32,7 @@ Each field in turn:
   automatically generated by VPP).
 - fib-index:0; in the VPP pool of FIB objects, this is index 0
 - flow hash:[src dst sport dport proto ]: When calculating the flow
-  hash to use for load-balanacing, these are the fields in the packet
+  hash to use for load-balancing, these are the fields in the packet
   that are used. There is an API to change this per-table.
 - epoch:0; Used during mark-n-sweep.
 - flags:none; use the force, to find the per-table flags.
@@ -87,7 +87,7 @@ This is path 26 (see "sh fib path 26"). It's a member of
 path-list 24. It's ip4 has a weight of 1 and a preference of 0. It's
 of type 'attached-nexthop' and currently resolved - woohoo.
 It is a path 'via 10.0.0.1 loop0'. It is contributing an incomplete adjacency.
-   
+
 next line:
 
 .. code-block:: console
@@ -101,6 +101,6 @@ forwarded. It is the result of processing the path information from
 above.
 Here we see load-balance object 11, which has 1 bucket/choice. It is
 also linked to uRPF instance 11 (which it got from path-list 24).
-In bucket 0 there is the incomplete adjacnecy that was contributed by
+In bucket 0 there is the incomplete adjacency that was contributed by
 path 26.