From a2738d709affbcfd0a942c93a0614bc724ac3810 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 5 Oct 2025 23:23:55 +0200 Subject: [PATCH] fixup spelling --- docs/cmdline-opts/knownhosts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cmdline-opts/knownhosts.md b/docs/cmdline-opts/knownhosts.md index 96cf3ea35b..40f7c98cf7 100644 --- a/docs/cmdline-opts/knownhosts.md +++ b/docs/cmdline-opts/knownhosts.md @@ -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. -- 2.47.3