Fix typo (sentances => sentences)
authorOri Livneh <ori@wikimedia.org>
Tue, 27 Nov 2012 23:27:45 +0000 (15:27 -0800)
committerOri Livneh <ori@wikimedia.org>
Tue, 27 Nov 2012 23:27:45 +0000 (15:27 -0800)
Change-Id: Ifaec0d0bd24703dbe80ab1869366b404aa001cce

tests/phpunit/includes/SampleTest.php

index 1324d50..45ea555 100644 (file)
@@ -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