changeset 8275 | 49e105e000ab |
parent 8268 | c9babe49c1c1 |
child 8277 | 8b173e0a617f |
--- a/server/repository.py Mon Feb 27 11:54:14 2012 +0100 +++ b/server/repository.py Thu Feb 23 15:39:19 2012 +0100 @@ -324,7 +324,7 @@ self.schema = schema def fill_schema(self): - """lod schema from the repository""" + """load schema from the repository""" from cubicweb.server.schemaserial import deserialize_schema self.info('loading schema from the repository') appschema = schema.CubicWebSchema(self.config.appid)