Fix typo "intiremote"

This commit is contained in:
Daniel Höxtermann 2023-02-14 21:21:46 +01:00
parent 22fe15c8ce
commit 474ea248e0

View file

@ -30,7 +30,7 @@ two different encrypted remotes.
So, the encrypted cipher is just stored with the rest of a remote's So, the encrypted cipher is just stored with the rest of a remote's
configuration in `remote.log` (see [[internals]]). When `git configuration in `remote.log` (see [[internals]]). When `git
annex intiremote` makes a remote, it generates a random symmetric annex initremote` makes a remote, it generates a random symmetric
cipher, and encrypt it with the specified gpg key. To allow another gpg cipher, and encrypt it with the specified gpg key. To allow another gpg
public key access, update the encrypted cipher to be encrypted to both gpg public key access, update the encrypted cipher to be encrypted to both gpg
keys. keys.