Index: trunk/extensions/SemanticMediaWiki/includes/SMW_DISerializer.php |
— | — | @@ -5,7 +5,7 @@ |
6 | 6 | * object consisting of arrays and associative arrays, which can be fed |
7 | 7 | * directly to json_encode, the MediaWiki API, and similar serializers. |
8 | 8 | * |
9 | | - * This class is distinct from SMWSerializer and the SMWExpData obejct |
| 9 | + * This class is distinct from SMWSerializer and the SMWExpData object |
10 | 10 | * it takes, in that here semantic context is lost. |
11 | 11 | * |
12 | 12 | * @since 1.7 |
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php |
— | — | @@ -180,7 +180,7 @@ |
181 | 181 | $incDir = $smwgIP . 'includes/'; |
182 | 182 | $wgAutoloadClasses['SMWCompatibilityHelpers'] = $incDir . 'SMW_CompatibilityHelpers.php'; |
183 | 183 | $wgAutoloadClasses['SMWDataValueFactory'] = $incDir . 'SMW_DataValueFactory.php'; |
184 | | - $wgAutoloadClasses['SMWDISerializer'] = $incDir . 'SMW_DISerializer.php'; |
| 184 | + $wgAutoloadClasses['SMWDISerializer'] = $incDir . 'SMW_DISerializer.php'; |
185 | 185 | $wgAutoloadClasses['SMWFactbox'] = $incDir . 'SMW_Factbox.php'; |
186 | 186 | $wgAutoloadClasses['SMWInfolink'] = $incDir . 'SMW_Infolink.php'; |
187 | 187 | $wgAutoloadClasses['SMWOutputs'] = $incDir . 'SMW_Outputs.php'; |