This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix a bunch of repeated-word typos
[perl5.git] / pp_sys.c
index 8c26d23..a431bbe 100644 (file)
--- a/pp_sys.c
+++ b/pp_sys.c
@@ -5441,7 +5441,7 @@ PP(pp_gpwent)
      * it is only included in special cases.
      *
      * In Digital UNIX/Tru64 if using the getespw*() (which seems to be
-     * be preferred interface, even though also the getprpw*() interface
+     * the preferred interface, even though also the getprpw*() interface
      * is available) one needs to link with -lsecurity -ldb -laud -lm.
      * One also needs to call set_auth_parameters() in main() before
      * doing anything else, whether one is using getespw*() or getprpw*().