From fd03de704187d45a8b3b84719d3dd64a1cfa553b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 12 Nov 2012 01:28:31 +0000 Subject: Fix typo. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4809 a436a847-0d15-0410-975c-d299462d15a1 --- src/serialisation/Parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/serialisation') 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(); } -- cgit v1.2.1