aboutsummaryrefslogtreecommitdiff
path: root/src/options.c
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2017-11-13 13:51:45 +0100
committerAndreas Schneider <asn@cryptomilk.org>2017-12-15 12:00:49 +0100
commit2a66c38efa3e59c74f9aa4b2d36fbf0f9f06d452 (patch)
treea3d544539d333cfdec8210060e4343d03a66b23b /src/options.c
parent2e31dffdb75c14b50bb586da438e2e1c743985b8 (diff)
downloadlibssh-2a66c38efa3e59c74f9aa4b2d36fbf0f9f06d452.tar.gz
libssh-2a66c38efa3e59c74f9aa4b2d36fbf0f9f06d452.tar.xz
libssh-2a66c38efa3e59c74f9aa4b2d36fbf0f9f06d452.zip
options: Typo. The expand character is %d
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'src/options.c')
-rw-r--r--src/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c
index 54e768e5..3fd0ae35 100644
--- a/src/options.c
+++ b/src/options.c
@@ -235,7 +235,7 @@ int ssh_options_set_algo(ssh_session session,
* ~/.ssh/known_hosts.\n
* \n
* The known hosts file is used to certify remote hosts
- * are genuine. It may include "%s" which will be
+ * are genuine. It may include "%d" which will be
* replaced by the user home directory.
*
* - SSH_OPTIONS_GLOBAL_KNOWNHOSTS: