From: kdm9 Date: Tue, 16 Jan 2024 14:36:56 +0000 (+0000) Subject: typo fix (renote -> remote) X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~29^2~43^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c3989e3e05fa9006cd464ab1723fe353a1050473;p=git-annex.git typo fix (renote -> remote) --- diff --git a/doc/special_remotes/rsync.mdwn b/doc/special_remotes/rsync.mdwn index e9f54dc684..4992a9c86f 100644 --- a/doc/special_remotes/rsync.mdwn +++ b/doc/special_remotes/rsync.mdwn @@ -58,4 +58,4 @@ To pass parameters to ssh/rsh, include the parameters after "rsh" or "ssh". For example, to configure ssh to use the private key at `/path/to/private/key`: - git config renote.name.annex-rsync-transport "ssh -i /path/to/private/key" + git config remote.name.annex-rsync-transport "ssh -i /path/to/private/key"