From e78588644750522a0335af2c02b4e1868f8fc125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20Guzm=C3=A1n=20Maeso?= Date: Thu, 18 Feb 2016 15:38:33 +0100 Subject: [PATCH] Fix small typo in comments --- setup/dkim.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/dkim.sh b/setup/dkim.sh index 2e1632f1..ed56c765 100755 --- a/setup/dkim.sh +++ b/setup/dkim.sh @@ -39,7 +39,7 @@ fi # Create a new DKIM key. This creates mail.private and mail.txt # in $STORAGE_ROOT/mail/dkim. The former is the private key and # the latter is the suggested DNS TXT entry which we'll include -# in our DNS setup. Note tha the files are named after the +# in our DNS setup. Note that the files are named after the # 'selector' of the key, which we can change later on to support # key rotation. #