mwdocgen: support multiple --file values
[lhc/web/wiklou.git] / includes / Categoryfinder.php
index 59e6593..6ef224b 100644 (file)
@@ -124,7 +124,7 @@ class Categoryfinder {
 
                $path[] = $id;
 
-               # Shortcut (runtime paranoia): No contitions=all matched
+               # Shortcut (runtime paranoia): No conditions=all matched
                if ( count( $conds ) == 0 ) {
                        return true;
                }