summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/lib/utf8.t
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-12-09 00:45:39 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-12-09 00:45:39 +0000
commitccbb93b16df494da1c0ebf8081ee30acb3a02e42 (patch)
tree495b7d3bd432857d46dbb036810e1fa0b9c839bf /gnu/usr.bin/perl/lib/utf8.t
parent831aadadbdcc6c81bf560c5d4c327ce0773f8cce (diff)
From Andrushock, s/sucess/success/g
Diffstat (limited to 'gnu/usr.bin/perl/lib/utf8.t')
-rw-r--r--gnu/usr.bin/perl/lib/utf8.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/lib/utf8.t b/gnu/usr.bin/perl/lib/utf8.t
index 8fc44816f4e..fd01970802a 100644
--- a/gnu/usr.bin/perl/lib/utf8.t
+++ b/gnu/usr.bin/perl/lib/utf8.t
@@ -189,7 +189,7 @@ BANG
print
"# Again! Again! [but this time as eval, and not the explosive one]\n";
# and now we've safely done them all as separate files, check that the
- # evals do the same thing. Hopefully doing it later sucessfully decouples
+ # evals do the same thing. Hopefully doing it later successfully decouples
# the previous tests from anything messy that may go wrong with the evals.
foreach (@tests) {
my ($why, $prog, $expect) = @$_;