Skip to content

Commit

Permalink
fix mispellings
Browse files Browse the repository at this point in the history
  • Loading branch information
mmertama committed Sep 11, 2024
1 parent 525ba64 commit c540de1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion aspell/gempyre_words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -389,4 +389,5 @@ ln
STL
underlaying
TODO
memcp
memcpy
webp
2 changes: 1 addition & 1 deletion gempyrelib/include/gempyre_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ UTILS_EX Params parse_args(int argc, char* argv[], const std::initializer_list<s
/// @tparam T
/// @param opts
/// @param key
/// @param default_value that is returned if not found or cannot interpreted as a requesed type
/// @param default_value that is returned if not found or cannot interpreted as a requested type
/// @return
template <typename T>
T option_or(const Options& opts, std::string_view key, const T& default_value) {
Expand Down

0 comments on commit c540de1

Please sign in to comment.