https://www.mediawiki.org/wiki/Special:Code/MediaWiki/115032

Revision: 115032
Author:   reedy
Date:     2012-04-25 00:45:00 +0000 (Wed, 25 Apr 2012)
Log Message:
-----------
Fix minor typo

Add a whitespace line

Modified Paths:
--------------
    trunk/extensions/SubpageSortkey/SubpageSortkey_body.php

Modified: trunk/extensions/SubpageSortkey/SubpageSortkey_body.php
===================================================================
--- trunk/extensions/SubpageSortkey/SubpageSortkey_body.php     2012-04-24 
23:47:52 UTC (rev 115031)
+++ trunk/extensions/SubpageSortkey/SubpageSortkey_body.php     2012-04-25 
00:45:00 UTC (rev 115032)
@@ -10,7 +10,7 @@
         * 1/3/4/5/7. Adding it to the normal sortkey,
         * resulting in "0/1/3/4/5/7\n0/1/2/3/4/5/6/7/8".
         * From there it might be further prefixed with whatever the
-        * {{DEFUALTSORT for a page is.
+        * {{DEFAULTSORT for a page is.
         *
         * Another example: Configuration -3..-1 turns 1/2/3/4/5 -> 3/4
         * and -3.. turns 1/2/3/4/5 -> 3/4/5
@@ -58,6 +58,7 @@
                }
                return true;
        }
+
        /**
         * @param $index Int starting index of subpage.
         * @param $count Int how many elements, or false to denote all


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to