From 2f73c79e8a488560cdda40d27a9b10f4a57d228c Mon Sep 17 00:00:00 2001
From: root <root@rbsd.ankarstrom.se>
Date: Sat, 24 Apr 2021 17:15:19 +0000
Subject: Fix typo

---
 lib/Apache/Inject.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lib')

diff --git a/lib/Apache/Inject.pm b/lib/Apache/Inject.pm
index c5dfd9f..668c1f1 100644
--- a/lib/Apache/Inject.pm
+++ b/lib/Apache/Inject.pm
@@ -47,7 +47,7 @@ Apache::Inject - Apache directive for injecting HTML headers and footers
 =head1 SYNOPSIS
 
   DocumentRoot /uar/local/www/apache24/data
-  PerlModule Apache::Inject
+  PerlLoadModule Apache::Inject
   <Directory /usr/local/www/apache24/data>
       Inject head.html foot.html
   </Directory>
-- 
cgit v1.2.3