diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/serialisation/Parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialisation/Parser.cpp b/src/serialisation/Parser.cpp index e54cb9f2..f31343ec 100644 --- a/src/serialisation/Parser.cpp +++ b/src/serialisation/Parser.cpp @@ -229,7 +229,7 @@ parse_block(Ingen::World* world, Sord::Iter i = model.find(subject, ingen_prototype, nil); if (i.end() || i.get_object().type() != Sord::Node::URI) { - world->log().error("BLock missing mandatory ingen:prototype\n"); + world->log().error("Block missing mandatory ingen:prototype\n"); return boost::optional<Raul::Path>(); } |