Subject: | VISUAL not VISIUAL in Config.pm |
This appears to be correct in the code but wrong in the pod:
--- lib/CPANPLUS/Config.pm;-0 2009-03-02 07:06:09 -0600
+++ lib/CPANPLUS/Config.pm 2009-05-15 17:29:51 -0500
@@ -487,7 +487,7 @@ set it to:
=item editor
A string holding the path to your editor of choice. Defaults to your
-$ENV{EDITOR}, $ENV{VISIUAL}, 'vi' or 'pico' programs, in that order.
+$ENV{EDITOR}, $ENV{VISUAL}, 'vi' or 'pico' programs, in that order.
=cut