mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 18:40:16 +00:00
fixes for typos in messages
This commit is contained in:
@@ -214,7 +214,7 @@ class resource_manager_t {
|
||||
obj_map_t::iterator it = m_objs.find(item_name);
|
||||
if(it == m_objs.end()) {
|
||||
// create
|
||||
throw logic_error("Not such object.");
|
||||
throw logic_error("No such object.");
|
||||
} else {
|
||||
it->second.second -= 1;
|
||||
if(it->second.second == 0) { // ref count == 0
|
||||
|
||||
Reference in New Issue
Block a user