diff options
author | root <root@rbsd.ankarstrom.se> | 2021-04-24 17:15:19 +0000 |
---|---|---|
committer | root <root@rbsd.ankarstrom.se> | 2021-04-24 17:15:19 +0000 |
commit | 2f73c79e8a488560cdda40d27a9b10f4a57d228c (patch) | |
tree | 4410b73f07a1bb3acdf9d9e3a2a6675d9048a7ac /lib | |
parent | 69efb3ce551d19d7963c4de9b420a70a0755da0d (diff) | |
download | Apache-Inject-2f73c79e8a488560cdda40d27a9b10f4a57d228c.tar.gz |
Fix typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Apache/Inject.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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> |