From 6fae3844245569950e289b60e592433e9d59369f Mon Sep 17 00:00:00 2001 From: bruno Date: May 17 2016 22:01:15 +0000 Subject: Fix spelling error in sample config --- diff --git a/files/pagure.cfg.sample b/files/pagure.cfg.sample index 014fa9b..d5c0458 100644 --- a/files/pagure.cfg.sample +++ b/files/pagure.cfg.sample @@ -189,7 +189,7 @@ SESSION_COOKIE_SECURE = False # Default: ``.pagure``. SESSION_COOKIE_NAME = 'pagure' -# Boolean specifying wether to check the user's IP address when retrieving +# Boolean specifying whether to check the user's IP address when retrieving # its session. This make things more secure (thus is on by default) but # under certain setup it might not work (for example is there are proxies # in front of the application).