This commit is contained in:
Joe Thornber 2011-09-02 15:05:26 +01:00
parent c39f782deb
commit f8aab12baf

View File

@ -33,7 +33,7 @@ node_ref<ValueTraits>::get_type() const
else if (flags & LEAF_NODE)
return LEAF;
else
throw runtime_error("unknow node type");
throw runtime_error("unknown node type");
}
template <typename ValueTraits>