diff options
author | 2016-05-11 07:14:25 +0000 | |
---|---|---|
committer | 2016-05-11 07:14:25 +0000 | |
commit | 25cca2dd578fe5262352e4c1e5c5703e9048652e (patch) | |
tree | 6de6e671b6310b29509e05b6bc9c8375daa95b65 /doc/devblog | |
parent | 14b3b2f2d4edd7bf048aed63d90cdd76cf373bf2 (diff) |
Fix typo
Diffstat (limited to 'doc/devblog')
-rw-r--r-- | doc/devblog/day_390__sharedpubkey.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/devblog/day_390__sharedpubkey.mdwn b/doc/devblog/day_390__sharedpubkey.mdwn index f032bd021..805b5b6c9 100644 --- a/doc/devblog/day_390__sharedpubkey.mdwn +++ b/doc/devblog/day_390__sharedpubkey.mdwn @@ -2,4 +2,4 @@ It's not every day I add a new special remote encryption mode to git-annex! The new encryption=sharedpubkey mode lets anyone with a clone of the git repository (and access to the remote) store files in the remote, but then only the private key owner can access -those files. Which opens up some interesting new use cases.. +those files. Which opens up some interesting new use cases... |