diff options
author | David Robillard <d@drobilla.net> | 2012-11-12 01:28:31 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-11-12 01:28:31 +0000 |
commit | fd03de704187d45a8b3b84719d3dd64a1cfa553b (patch) | |
tree | dc9f94c27ef34330812f03a579be9f3767b428f7 /src/serialisation/Parser.cpp | |
parent | 50e9a60cb8b76228534ed904910861745763dc47 (diff) | |
download | ingen-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
Diffstat (limited to 'src/serialisation/Parser.cpp')
-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>(); } |