summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/options.cpp')
-rw-r--r--src/lib/util/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/options.cpp b/src/lib/util/options.cpp
index 14c96f680e8..d323ef11ffe 100644
--- a/src/lib/util/options.cpp
+++ b/src/lib/util/options.cpp
@@ -431,7 +431,7 @@ void core_options::add_entry(entry::shared_ptr &&entry, const char *after_header
void core_options::add_to_entry_map(std::string &&name, entry::shared_ptr &entry)
{
- // it is illegal to call this method for something that already ex0ists
+ // it is illegal to call this method for something that already exists
assert(m_entrymap.find(name) == m_entrymap.end());
// append the entry