From 6a906c8a4c63567e08521e2beb774cf4308944b9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 7 Dec 2014 12:50:40 -0400 Subject: [PATCH] typo --- src/Propellor/Property/OpenId.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Propellor/Property/OpenId.hs b/src/Propellor/Property/OpenId.hs index 39cb6ff..f804502 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" ])