summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-11-07 15:21:01 +0000
committerNicholas Clark <nick@ccl4.org>2005-11-07 15:21:01 +0000
commit04d26ecebd77cf17d10ce0138bddf4a7c888100f (patch)
treeee5e6eaa9b9ace9249258b612b0440a5c1705bc2 /t
parent2cb111f233f83a9022bcbc00bde740bde8d07f5c (diff)
downloadperl-04d26ecebd77cf17d10ce0138bddf4a7c888100f.tar.gz
s/Nick Clark/Nicholas Clark/
p4raw-id: //depot/perl@26037
Diffstat (limited to 't')
-rw-r--r--t/op/lc.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/lc.t b/t/op/lc.t
index d75b64e6dc..460fed2619 100644
--- a/t/op/lc.t
+++ b/t/op/lc.t
@@ -146,7 +146,7 @@ is($c , "\x{3c3}FOO.bAR", "Using s///e to change case.");
is($c , "\x{3a3}foo.Bar", "Using s///e to change case.");
# #18931: perl5.8.0 bug in \U..\E processing
-# Test case from Nick Clark.
+# Test case from Nicholas Clark.
for my $a (0,1) {
$_ = 'abcdefgh';
$_ .= chr 256;