summary refs log tree commit diff
path: root/doc/languages-frameworks/perl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/languages-frameworks/perl.xml')
-rw-r--r--doc/languages-frameworks/perl.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/perl.xml b/doc/languages-frameworks/perl.xml
index e661ba4e87c..ff0f350e99c 100644
--- a/doc/languages-frameworks/perl.xml
+++ b/doc/languages-frameworks/perl.xml
@@ -11,7 +11,7 @@
   <programlisting>
   #!/usr/bin/env perl
   </programlisting>
-  to take the Perl installation from the <literal>PATH<literal> environment variable, or invoke Perl directly with:
+  to take the Perl installation from the <literal>PATH</literal> environment variable, or invoke Perl directly with:
   <screen>
   <prompt>$ </prompt>perl ./myscript.pl
   </screen>