aboutsummaryrefslogtreecommitdiff
path: root/Annex/Locations.hs
diff options
context:
space:
mode:
authorGravatar Yaroslav Halchenko <debian@onerussian.com>2016-06-01 21:46:58 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-06-02 11:22:18 -0400
commit0d555aa363482ed041db2d9c63da271ba7f4ced8 (patch)
tree189747b6aa7476f0f974bf76329f04a19732dde4 /Annex/Locations.hs
parent023e0e5a4f25b6a2acba401826bcdcc940039682 (diff)
minor typo fixes throughout
problematic flexibility
Diffstat (limited to 'Annex/Locations.hs')
-rw-r--r--Annex/Locations.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Locations.hs b/Annex/Locations.hs
index 0d71ef92e..9b3856602 100644
--- a/Annex/Locations.hs
+++ b/Annex/Locations.hs
@@ -411,7 +411,7 @@ gitAnnexAssistantDefaultDir = "annex"
-
- This is used when a new Key is initially being generated, eg by getKey.
- Unlike keyFile and fileKey, it does not need to be a reversable
- - escaping. Also, it's ok to change this to add more problimatic
+ - escaping. Also, it's ok to change this to add more problematic
- characters later. Unlike changing keyFile, which could result in the
- filenames used for existing keys changing and contents getting lost.
-