Subject: | fix wording in pod |
Remove an extra word that makes the pod make less sense
Subject: | 0001-Fix-wording.patch |
From 3d85244228b3d8da7b9b4f34cb2b8f93a80b02e2 Mon Sep 17 00:00:00 2001
From: Michael Stevens <mstevens@etla.org>
Date: Fri, 26 Oct 2012 11:42:08 +0100
Subject: [PATCH] Fix wording
---
lib/Apache2/Authen/OdinAuth.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/Apache2/Authen/OdinAuth.pm b/lib/Apache2/Authen/OdinAuth.pm
index 1b22879..dfc2775 100644
--- a/lib/Apache2/Authen/OdinAuth.pm
+++ b/lib/Apache2/Authen/OdinAuth.pm
@@ -50,7 +50,7 @@ C<VirtualHost>, C<Directory>, or C<Location> section.
=head2 YAML CONFIG
The handler reads (and automatically reloads if it's older than
-C<reload_timeout> seconds) an additional YAML config file. It sets
+C<reload_timeout> seconds) an additional YAML config file. It
configures the shared secret, cookie name, authorizer app URL, and
permissions (which are unfortunately regexp-based).
--
1.7.2.5