From 9addff256e20574c60593d3282d7e47f19c152f1 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Sun, 28 Jan 2018 23:54:59 +0100
Subject: [PATCH] Fix typos

---
 config/parameters.js.dist | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/parameters.js.dist b/config/parameters.js.dist
index ae0073d..82ca2ae 100644
--- a/config/parameters.js.dist
+++ b/config/parameters.js.dist
@@ -1,6 +1,6 @@
 var Parameters = {};
 
-// For mail sending. WARNING: *no trailng slash*
+// For mail sending. WARNING: *no trailing slash*
 Parameters.siteURL = "http://localhost";
 
 // Lifespan of a (login) cookie
@@ -18,7 +18,7 @@ Parameters.whitelist = [
 	"another.domain.org",
 ];
 
-// msmtp account name adn address from, to send (login) emails
+// msmtp account name and address from, to send (login) emails
 Parameters.mail = {
 	account: "msmtpAccount",
 	from: "addressFrom",
-- 
2.44.0