aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@rbsd.ankarstrom.se>2021-04-25 14:37:48 +0000
committerroot <root@rbsd.ankarstrom.se>2021-04-25 14:37:48 +0000
commit866851bc4864fb2e6da6ce9cfb76f15e369b1614 (patch)
tree6f8442be11e0203c765932f685e7655418c31d86
parent8c69ff4ae455e6aa49f35fe318ecaad3fb0282ff (diff)
downloadApache-Inject-866851bc4864fb2e6da6ce9cfb76f15e369b1614.tar.gz
Fix typo
-rw-r--r--README5
-rw-r--r--lib/Apache/Inject.pm5
2 files changed, 6 insertions, 4 deletions
diff --git a/README b/README
index 78cc529..f8ab8ce 100644
--- a/README
+++ b/README
@@ -96,8 +96,9 @@ DIAGNOSTICS
as it would if the Inject directive were not used.
Error: Argument cannot be a single space
- The file names given to Inject are not allowed to by a single space,
- as this is a special value signifying absence of an argument.
+ In the current implementation, the file names given to Inject are
+ not allowed to consist solely of a single space, as this is a
+ special value signifying the absence of an argument.
Error: InjectHead/InjectFoot should not begin with slash, as it is
already always relative to document root
diff --git a/lib/Apache/Inject.pm b/lib/Apache/Inject.pm
index 7ce69b7..2c05b14 100644
--- a/lib/Apache/Inject.pm
+++ b/lib/Apache/Inject.pm
@@ -162,8 +162,9 @@ Apache handle it as it would if the Inject directive were not used.
=item Error: Argument cannot be a single space
-The file names given to Inject are not allowed to by a single space,
-as this is a special value signifying absence of an argument.
+In the current implementation, the file names given to Inject are
+not allowed to consist solely of a single space, as this is a special
+value signifying the absence of an argument.
=item Error: InjectHead/InjectFoot should not begin with slash, as
it is already always relative to document root