summaryrefslogtreecommitdiff
path: root/doc/todo/wishlist:_Prevent_repeated_password_prompts_for_one_command.mdwn
diff options
context:
space:
mode:
authorGravatar Richard Hartmann <richih@debian.org>2013-12-18 22:09:18 +0100
committerGravatar Richard Hartmann <richih@debian.org>2013-12-18 22:09:18 +0100
commit0c4743cb3801be500d5fd78a0d8880fa18eb3e7a (patch)
tree9e49218fd9eaedde86a8097c613c02e44ee6ffd6 /doc/todo/wishlist:_Prevent_repeated_password_prompts_for_one_command.mdwn
parent2c62951f9843e447373e09dcc4d560d86136b11d (diff)
doc/: s/amoung/among/gi
Qouth ye olde [Wiktionary](http://en.wiktionary.org/wiki/amoung) Archaic spelling of among.
Diffstat (limited to 'doc/todo/wishlist:_Prevent_repeated_password_prompts_for_one_command.mdwn')
-rw-r--r--doc/todo/wishlist:_Prevent_repeated_password_prompts_for_one_command.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/wishlist:_Prevent_repeated_password_prompts_for_one_command.mdwn b/doc/todo/wishlist:_Prevent_repeated_password_prompts_for_one_command.mdwn
index 341a9afa4..cb170dbe4 100644
--- a/doc/todo/wishlist:_Prevent_repeated_password_prompts_for_one_command.mdwn
+++ b/doc/todo/wishlist:_Prevent_repeated_password_prompts_for_one_command.mdwn
@@ -24,7 +24,7 @@ Simple, when performing various git annex command over ssh, in particular a mult
Slightly more elaborate design for using ssh connection caching:
* Per-uuid ssh socket in `.git/annex/ssh/user@host.socket`
-* Can be shared amoung concurrent git-annex processes as well as ssh
+* Can be shared among concurrent git-annex processes as well as ssh
invocations inside the current git-annex.
* Also a lock file, `.git/annex/ssh/user@host.lock`.
Open and take shared lock before running ssh; store lock in lock pool.