Typo in pod/perldebtut.pod
Abigail [Thu, 18 Apr 2002 17:09:45 +0000 (19:09 +0200)]
   Message-Id: <20020418150945.389.qmail@foad.org>

p4raw-id: //depot/perl@15996

pod/perldebtut.pod

index e2c982d..58a3f76 100644 (file)
@@ -71,7 +71,7 @@ We then do (always a good idea) a syntax check before we try to run it again:
        hello syntax OK 
 
 And now when we run it, we get "\n" still, but at least we know why.  Just
-getting this script to compile has exposed the '$varl' (with the letter 'l)
+getting this script to compile has exposed the '$varl' (with the letter 'l')
 variable, and simply changing $varl to $var1 solves the problem.