From c3989e3e05fa9006cd464ab1723fe353a1050473 Mon Sep 17 00:00:00 2001 From: kdm9 Date: Tue, 16 Jan 2024 14:36:56 +0000 Subject: [PATCH] typo fix (renote -> remote) --- doc/special_remotes/rsync.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2