diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-04-17 14:57:32 -0400 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-04-20 17:59:38 -0400 | 
| commit | d1e7591eb2de106dd5321221ece9e319c8a2f1aa (patch) | |
| tree | c41e1312f9564986060d18ea6e18b3b593743338 /doc/user/routemap.rst | |
| parent | 7b9fdc412d4f08905c746d9bf733b3e20ffd1b7a (diff) | |
doc: spelling fixes
* Run sphinxcontrib-spelling over docs
* Correct spelling errors
* Compile a dictionary for future spellchecking efforts
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'doc/user/routemap.rst')
| -rw-r--r-- | doc/user/routemap.rst | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/routemap.rst b/doc/user/routemap.rst index a0f28b5fc8..bddf2ba26d 100644 --- a/doc/user/routemap.rst +++ b/doc/user/routemap.rst @@ -8,14 +8,14 @@ Route maps provide a means to both filter and/or apply actions to route, hence  allowing policy to be applied to routes.  Route maps are an ordered list of route map entries. Each entry may specify up -to four distincts sets of clauses: +to four distinct sets of clauses:  .. glossary::     Matching Conditions        A route-map entry may, optionally, specify one or more conditions which        must be matched if the entry is to be considered further, as governed by -      the Match Policy. If a route-map entry does not explicitely specify any +      the Match Policy. If a route-map entry does not explicitly specify any        matching conditions, then it always matches.     Set Actions @@ -313,5 +313,5 @@ This means that if a route matches ip access-list number 10 it's  local-preference value is set to 200.  See :ref:`bgp-configuration-examples` for examples of more sophisticated -useage of route-maps, including of the ``call`` action. +usage of route-maps, including of the ``call`` action.  | 
