From 1a69f893509b8cc08c1675655e59d6fe74866f46 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Sat, 5 Feb 2011 12:48:26 +0000 Subject: [PATCH] minor typo in comment Thanks to Solitarius for the report (by email) --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 116aacc76f..ae1ebb0067 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3654,7 +3654,7 @@ $wgProxyKey = false; $wgCookieExpiration = 30*86400; /** - * Set to set an explicit domain on the login cookies eg, "justthis.domain. org" + * Set to set an explicit domain on the login cookies eg, "justthis.domain.org" * or ".any.subdomain.net" */ $wgCookieDomain = ''; -- 2.20.1