]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
fixup spelling
authorDaniel Stenberg <daniel@haxx.se>
Sun, 5 Oct 2025 21:23:55 +0000 (23:23 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 5 Oct 2025 21:23:55 +0000 (23:23 +0200)
docs/cmdline-opts/knownhosts.md

index 96cf3ea35b89fa650f188cfd8afc8620bda1453f..40f7c98cf761eb1dbd085a054b64c4fe84b602a1 100644 (file)
@@ -22,7 +22,7 @@ Example:
 When doing SCP and SFTP transfers, curl automatically checks a database
 containing identification for all hosts it has ever been used with to verify
 that the host it connects to is the same as previously. Host keys are stored
-in such a knownhosts file. By default curl uses ~/.ssh/known_hosts in the
+in such a known hosts file. By default curl uses ~/.ssh/known_hosts in the
 user's home directory.
 
 This option lets a user specify a specific file to check the host against.