summaryrefslogtreecommitdiff
path: root/doc/user/ospf_fundamentals.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/ospf_fundamentals.rst')
-rw-r--r--doc/user/ospf_fundamentals.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/ospf_fundamentals.rst b/doc/user/ospf_fundamentals.rst
index 7db822c820..76a9364cf9 100644
--- a/doc/user/ospf_fundamentals.rst
+++ b/doc/user/ospf_fundamentals.rst
@@ -24,7 +24,7 @@ Each router thus builds up an :abbr:`LSDB (Link State Database)` of all the
link-state messages. From this collection of LSAs in the LSDB, each router can
then calculate the shortest path to any other router, based on some common
metric, by using an algorithm such as
-`Edgar Djikstra's <http://www.cs.utexas.edu/users/EWD/>`_
+`Edsger Djikstra's <http://www.cs.utexas.edu/users/EWD/>`_
:abbr:`SPF (Shortest Path First)` algorithm.
.. index:: Link-state routing protocol advantages