aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Berginski <matthew.berginski@gmail.com>2021-12-27 06:27:40 -0500
committerGitHub <noreply@github.com>2021-12-27 11:27:40 +0000
commita2054a2b737577b63e97ea34d8c9976048766719 (patch)
treec910539ed69c62ba7bb614e76ad101a6f77d4394
parentfd02499b4c1cbec916af2bc6ef7b93833e94eb9f (diff)
downloadsshfs-a2054a2b737577b63e97ea34d8c9976048766719.tar
sshfs-a2054a2b737577b63e97ea34d8c9976048766719.tar.gz
sshfs-a2054a2b737577b63e97ea34d8c9976048766719.tar.bz2
sshfs-a2054a2b737577b63e97ea34d8c9976048766719.zip
Typo Fix (#274)
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index dac537b..d27ccdf 100644
--- a/README.rst
+++ b/README.rst
@@ -36,7 +36,7 @@ this to work the mountpoint must be owned by the user. If username is
omitted SSHFS will use the local username. If the directory is
omitted, SSHFS will mount the (remote) home directory. If you need to
enter a password sshfs will ask for it (actually it just runs ssh
-which ask for the password if needed).
+which asks for the password if needed).
Also many ssh options can be specified (see the manual pages for
*sftp(1)* and *ssh_config(5)*), including the remote port number