summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/narr/traversal.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/traversal.rst b/docs/narr/traversal.rst
index a1c906c3b..c1472bf29 100644
--- a/docs/narr/traversal.rst
+++ b/docs/narr/traversal.rst
@@ -74,7 +74,7 @@ issue a single command command ``cat /an/absolute/path`` to get the
desired result. Instead, this user believes he must issue the ``cd``
command, starting from the root, for each intermediate path segment,
*even the path segment that represents the file itself*. Once he gets
-an error (because you cannot succesfully ``cd`` into a file), he knows
+an error (because you cannot successfully ``cd`` into a file), he knows
he has reached the file he wants, and he will be able to execute
``cat`` against the resulting path segment.