From 8f6a5f60535be83d7e1f617336bf5a9c73daa26d Mon Sep 17 00:00:00 2001 From: Bruce Gray Date: Sun, 23 Jan 2011 02:18:39 +0800 Subject: [PATCH] Change Northern-Englander slang to friendlier spelling. --- common/NQP/NQPSetting.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/NQP/NQPSetting.pm b/common/NQP/NQPSetting.pm index 1921c7f..41fbf0e 100644 --- a/common/NQP/NQPSetting.pm +++ b/common/NQP/NQPSetting.pm @@ -539,7 +539,7 @@ my knowhow NQPClassHOW { method add_multi_method($obj, $name, $code_obj) { # We can't incorporate these right away as we don't know all # parents yet, maybe, which influences whether we even can - # have multis, need to generate a proto or worreva. So just + # have multis, need to generate a proto or whatever. So just # queue them up in a todo list and we handle it at class # composition time. my %todo;