followup r78209: fix typo, better word choice
authorIlmari Karonen <vyznev@users.mediawiki.org>
Fri, 10 Dec 2010 22:42:46 +0000 (22:42 +0000)
committerIlmari Karonen <vyznev@users.mediawiki.org>
Fri, 10 Dec 2010 22:42:46 +0000 (22:42 +0000)
includes/WebRequest.php

index 7ec8c67..534ff33 100644 (file)
@@ -65,7 +65,7 @@ class WebRequest {
        public function interpolateTitle() {
                global $wgUsePathInfo;
 
-               // bug 16019: title interpolation on API queries is useless and possible harmful
+               // bug 16019: title interpolation on API queries is useless and sometimes harmful
                if ( defined( 'MW_API' ) ) {
                        return;
                }