summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/OpenId.hs
diff options
context:
space:
mode:
authorJoey Hess2014-12-07 12:50:40 -0400
committerJoey Hess2014-12-07 12:50:40 -0400
commit6a906c8a4c63567e08521e2beb774cf4308944b9 (patch)
treeaeec87a1ef5c538b5d8879b8f608ff76a2315db0 /src/Propellor/Property/OpenId.hs
parentdd40a05ced3b7c50a3a7751c66ad5a253056459e (diff)
typo
Diffstat (limited to 'src/Propellor/Property/OpenId.hs')
-rw-r--r--src/Propellor/Property/OpenId.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/OpenId.hs b/src/Propellor/Property/OpenId.hs
index 39cb6ff0..f8045027 100644
--- a/src/Propellor/Property/OpenId.hs
+++ b/src/Propellor/Property/OpenId.hs
@@ -23,7 +23,7 @@ providerFor users baseurl = propertyList desc $
"define('SIMPLEID_BASE_URL', '"++url++"');"
| otherwise = l
- -- the identitites directory controls access, so open up
+ -- the identities directory controls access, so open up
-- file mode
identfile u = File.hasPrivContentExposed
(concat [ "/var/lib/simpleid/identities/", u, ".identity" ])