diff options
author | 2019-08-02 12:08:15 -0400 | |
---|---|---|
committer | 2019-08-02 12:12:04 -0400 | |
commit | 8013c43adf62485a9f9d95a45c525c97191c9398 (patch) | |
tree | 490dde363aeebcc50ad703a1136664152023065c /src/lib/util | |
parent | 478ec7352fec88d0506cc645a832677c6bc153d2 (diff) |
Use canonical spelling of "canonical" (nw)
Diffstat (limited to 'src/lib/util')
-rw-r--r-- | src/lib/util/options.h | 2 | ||||
-rw-r--r-- | src/lib/util/zippath.cpp | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/src/lib/util/zippath.cpp b/src/lib/util/zippath.cpp index e04281cd98e..d8e90de11ff 100644 --- a/src/lib/util/zippath.cpp +++ b/src/lib/util/zippath.cpp @@ -867,7 +867,7 @@ done: revised_path.clear(); if (filerr == osd_file::error::NONE) { - /* cannonicalize mainpath */ + /* canonicalize mainpath */ std::string alloc_fullpath; filerr = osd_get_full_path(alloc_fullpath, mainpath); if (filerr == osd_file::error::NONE) |