summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/options.h')
-rw-r--r--src/lib/util/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/options.h b/src/lib/util/options.h
index 660ab9acdfa..3fcd9d5e144 100644
--- a/src/lib/util/options.h
+++ b/src/lib/util/options.h
@@ -248,7 +248,7 @@ private:
void throw_options_exception_if_appropriate(condition_type condition, std::ostringstream &error_stream);
// internal state
- std::vector<entry::shared_ptr> m_entries; // cannonical list of entries
+ std::vector<entry::shared_ptr> m_entries; // canonical list of entries
std::unordered_map<std::string, entry::weak_ptr> m_entrymap; // map for fast lookup
std::string m_command; // command found
std::vector<std::string> m_command_arguments; // command arguments