From a3815e44b8fba04704944693e426f3f47362d3ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= Date: Thu, 23 Apr 2020 14:33:05 +0100 Subject: Fix a bunch of repeated-word typos Mostly in comments and docs, but some in diagnostic messages and one case of 'or die die'. --- mathoms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mathoms.c') diff --git a/mathoms.c b/mathoms.c index a0728f6913..5149bd731c 100644 --- a/mathoms.c +++ b/mathoms.c @@ -24,7 +24,7 @@ * versions of Perl which we cannot completely remove from the core * code. There are two reasons functions should be here: * - * 1) A function has been been replaced by a macro within a minor release, + * 1) A function has been replaced by a macro within a minor release, * so XS modules compiled against an older release will expect to * still be able to link against the function * 2) A function Perl_foo(...) with #define foo Perl_foo(aTHX_ ...) -- cgit v1.2.1