summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2020-01-06 09:02:53 +1100
committerDarren Tucker <dtucker@dtucker.net>2020-01-06 09:02:53 +1100
commit69e44ba701b90b0f530d64c3fe4363ea86e50cd3 (patch)
treee1824620d6e04b56ad4d34b05bd5148983becb15 /contrib
parent7652a57662969bd5c61448b3843ec6d407ad12be (diff)
Fix typo: 'you' -> 'your'.
bz#3108 from jmckitrick@gmail.com.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ssh-copy-id.12
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ssh-copy-id.1 b/contrib/ssh-copy-id.1
index 8850cced..ae75c79a 100644
--- a/contrib/ssh-copy-id.1
+++ b/contrib/ssh-copy-id.1
@@ -158,7 +158,7 @@ asked for confirmation, which is your cue to log back out and run
The reason you might want to specify the -i option in this case is to
ensure that the comment on the installed key is the one from the
.Pa .pub
-file, rather than just the filename that was loaded into you agent.
+file, rather than just the filename that was loaded into your agent.
It also ensures that only the id you intended is installed, rather than
all the keys that you have in your
.Xr ssh-agent 1 .