summaryrefslogtreecommitdiffstats
path: root/doc/apps/config.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/apps/config.pod')
-rw-r--r--doc/apps/config.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apps/config.pod b/doc/apps/config.pod
index df9361794f..ce874a42ce 100644
--- a/doc/apps/config.pod
+++ b/doc/apps/config.pod
@@ -49,7 +49,7 @@ instead of calling B<getenv()> directly.
It is possible to escape certain characters by using any kind of quote
or the B<\> character. By making the last character of a line a B<\>
a B<value> string can be spread across multiple lines. In addition
-the sequences B<\n>, B<\r>, B<\b> and B<\t> are recognised.
+the sequences B<\n>, B<\r>, B<\b> and B<\t> are recognized.
=head1 NOTES