summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-11-12 01:28:31 +0000
committerDavid Robillard <d@drobilla.net>2012-11-12 01:28:31 +0000
commitfd03de704187d45a8b3b84719d3dd64a1cfa553b (patch)
treedc9f94c27ef34330812f03a579be9f3767b428f7
parent50e9a60cb8b76228534ed904910861745763dc47 (diff)
downloadingen-fd03de704187d45a8b3b84719d3dd64a1cfa553b.tar.gz
ingen-fd03de704187d45a8b3b84719d3dd64a1cfa553b.tar.bz2
ingen-fd03de704187d45a8b3b84719d3dd64a1cfa553b.zip
Fix typo.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4809 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--src/serialisation/Parser.cpp2
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>();
}