From 340c15c6ed34ce60c821b5260fec3eb11d65dcb7 Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Tue, 5 Nov 2019 15:34:36 -0500 Subject: docs: add spellcheck to 'make docs' sphinx docs The CI gate will fail if there are typos in the docs. writing output... [ 21%] events/Summits/OpensourceSummit... writing output... [ 22%] events/Summits/UKNO/2017_04_30_... featuresbyrelease/vpp16.06.rst:34:Rasberry:vpp16.06 writing output... [100%] usecases/vppinazure Spelling checker messages written to /vpp/docs/_build/html/output.txt Warning, treated as error: Found 1 misspelled words Makefile:31: recipe for target 'html' failed make[1]: *** [html] Error 2 make[1]: Leaving directory '/vpp/docs' If you introduce a term that is not recognized, please add it to custom dictionary at docs/spelling_wordlist.txt. Type: feature Change-Id: Id49be4fbee617f544f1ab8e78e7de8a4df36448b Signed-off-by: Paul Vinciguerra --- docs/gettingstarted/developers/fib20/tunnels.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/gettingstarted/developers/fib20/tunnels.rst') diff --git a/docs/gettingstarted/developers/fib20/tunnels.rst b/docs/gettingstarted/developers/fib20/tunnels.rst index 1613a69df8c..c33d63c3b92 100644 --- a/docs/gettingstarted/developers/fib20/tunnels.rst +++ b/docs/gettingstarted/developers/fib20/tunnels.rst @@ -18,7 +18,7 @@ Figure 11 shows the control plane object graph for a route via a tunnel. The two sub-graphs for the route via the tunnel and the route for the tunnel's destination are shown to the right and left respectively. The red line shows the relationship form by stacking the two sub-graphs. The adjacency on the tunnel -interface is termed a ԭid-chainՠthis it is now present in the middle of the +interface is termed a 'mid-chain' this it is now present in the middle of the graph/chain rather than its usual terminal location. The mid-chain adjacency is contributed by the gre_tunnel_t , which also becomes -- cgit 1.2.3-korg