Index: trunk/extensions/SemanticMediaWiki/includes/dataitems/SMW_DI_Container.php |
— | — | @@ -5,7 +5,7 @@ |
6 | 6 | */ |
7 | 7 | |
8 | 8 | /** |
9 | | - * Subclass of SMWSemanticData that can be make read only to enforce the |
| 9 | + * Subclass of SMWSemanticData that can be made read only to enforce the |
10 | 10 | * immutability of all SMW data items. This ensures that the container dataitem |
11 | 11 | * can safely give out an object reference without concern that this is |
12 | 12 | * exploited to indirectly change its content. |