From 237207bf0e9c2b9266c2afe2c35a7e811153a8cb Mon Sep 17 00:00:00 2001 From: Ori Livneh Date: Tue, 27 Nov 2012 15:27:45 -0800 Subject: [PATCH] Fix typo (sentances => sentences) Change-Id: Ifaec0d0bd24703dbe80ab1869366b404aa001cce --- tests/phpunit/includes/SampleTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/includes/SampleTest.php b/tests/phpunit/includes/SampleTest.php index 1324d50463..45ea555098 100644 --- a/tests/phpunit/includes/SampleTest.php +++ b/tests/phpunit/includes/SampleTest.php @@ -27,7 +27,7 @@ class TestSample extends MediaWikiLangTestCase { } /** - * Name tests so that PHPUnit can turn them into sentances when + * Name tests so that PHPUnit can turn them into sentences when * they run. While MediaWiki isn't strictly an Agile Programming * project, you are encouraged to use the naming described under * "Agile Documentation" at -- 2.20.1