X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FCategoryViewer.php;h=970adb5371ee8229d1a8a5a7580e804aa491dc7d;hb=60cdc2eb89e3914fbec698bb65064bfed639b3da;hp=f9020b751c2f51c448eeb9d34421fc7faa3e61a6;hpb=4777e3f3c400633e77d6eed11bc8c38abfada94a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/CategoryViewer.php b/includes/CategoryViewer.php index f9020b751c..970adb5371 100644 --- a/includes/CategoryViewer.php +++ b/includes/CategoryViewer.php @@ -249,7 +249,7 @@ class CategoryViewer extends ContextSource { $link = Linker::link( $title ); if ( $isRedirect ) { // This seems kind of pointless given 'mw-redirect' class, - // but keeping for back-compatiability with user css. + // but keeping for back-compatibility with user css. $link = '' . $link . ''; } $this->articles[] = $link; @@ -392,7 +392,7 @@ class CategoryViewer extends ContextSource { $r = ''; # @todo FIXME: Here and in the other two sections: we don't need to bother - # with this rigamarole if the entire category contents fit on one page + # with this rigmarole if the entire category contents fit on one page # and have already been retrieved. We can just use $rescnt in that # case and save a query and some logic. $dbcnt = $this->cat->getPageCount() - $this->cat->getSubcatCount() @@ -574,7 +574,7 @@ class CategoryViewer extends ContextSource { * Create paging links, as a helper method to getSectionPagingLinks(). * * @param string $first The 'until' parameter for the generated URL - * @param string $last The 'from' parameter for the genererated URL + * @param string $last The 'from' parameter for the generated URL * @param string $type A prefix for parameters, 'page' or 'subcat' or * 'file' * @return String HTML