summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Landry <david@dmwl.net>2018-12-02 20:44:17 -0500
committerBrian May <brian@linuxpenguins.xyz>2018-12-03 14:34:42 +1100
commit0b1a260436eec93005a224a51baa5b6f6de02819 (patch)
tree37ee29f944f20c16f64f51cfbfbd942318a6bd83
parentefc854c33ef70608d74c27229503a2a910765fcd (diff)
Fix typo in docs
-rw-r--r--docs/manpage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manpage.rst b/docs/manpage.rst
index 10fe739..41339a9 100644
--- a/docs/manpage.rst
+++ b/docs/manpage.rst
@@ -218,7 +218,7 @@ To run :program:`sshuttle` with options defined in, e.g., `/etc/sshuttle.conf`
just pass the path to the file preceded by the `@` character, e.g.
:option:`@/etc/sshuttle.conf`.
-When running :program:`sshuttle` with options defined in a configuratio file,
+When running :program:`sshuttle` with options defined in a configuration file,
options can still be passed via the command line in addition to what is
defined in the file. If a given option is defined both in the file and in
the command line, the value in the command line will take precedence.