From a8ed966ee412e620e99a7c649e49e6404931109f Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Mon, 21 Oct 2013 19:29:16 +0200 Subject: [PATCH] Fix typo erronously -> erroneously Follows-up 1aed5382d2. Change-Id: I1e0cbc3dfa529816446c3aec6372eb2b821ee540 --- tests/phpunit/includes/api/ApiEditPageTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/includes/api/ApiEditPageTest.php b/tests/phpunit/includes/api/ApiEditPageTest.php index c19b54e578..3926e85a3a 100644 --- a/tests/phpunit/includes/api/ApiEditPageTest.php +++ b/tests/phpunit/includes/api/ApiEditPageTest.php @@ -364,7 +364,7 @@ class ApiEditPageTest extends ApiTestCase { /* * bug 41990: if the target page has a newer revision than the redirect, then editing the - * redirect while specifying 'redirect' and *not* specifying 'basetimestamp' erronously + * redirect while specifying 'redirect' and *not* specifying 'basetimestamp' erroneously * caused an edit conflict to be detected. */ -- 2.20.1