From 98dc955152ee6f0a1849a6e47a0c2c3b5fae00a6 Mon Sep 17 00:00:00 2001 From: "Peter J. Acklam) (via RT" Date: Thu, 6 Jan 2011 23:12:59 -0800 Subject: Fix typos (spelling errors) in lib/* # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81890] # in the subject line of all future correspondence about this issue. # Signed-off-by: Abigail --- lib/diagnostics.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/diagnostics.pm') diff --git a/lib/diagnostics.pm b/lib/diagnostics.pm index f694e3f427..71b2cbc277 100644 --- a/lib/diagnostics.pm +++ b/lib/diagnostics.pm @@ -554,7 +554,7 @@ sub splainthis { s/, <.*?> (?:line|chunk).*$//; # Discard 1st " at line " and all text beyond - # but be aware of messsages containing " at this-or-that" + # but be aware of messages containing " at this-or-that" my $real = 0; my @secs = split( / at / ); return unless @secs; -- cgit v1.2.1