Skip to content

Commit

Permalink
Fix spellcheck issue (#4173)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Oct 4, 2023
1 parent 35c0b3e commit 6adae02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/nlohmann/detail/input/input_adapters.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ struct wide_string_input_helper<BaseInputAdapter, 2>
}
};

// Wraps another input apdater to convert wide character types into individual bytes.
// Wraps another input adapter to convert wide character types into individual bytes.
template<typename BaseInputAdapter, typename WideCharType>
class wide_string_input_adapter
{
Expand Down
2 changes: 1 addition & 1 deletion single_include/nlohmann/json.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6368,7 +6368,7 @@ struct wide_string_input_helper<BaseInputAdapter, 2>
}
};

// Wraps another input apdater to convert wide character types into individual bytes.
// Wraps another input adapter to convert wide character types into individual bytes.
template<typename BaseInputAdapter, typename WideCharType>
class wide_string_input_adapter
{
Expand Down
2 changes: 1 addition & 1 deletion tests/abi/include/nlohmann/json_v3_10_5.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5491,7 +5491,7 @@ struct wide_string_input_helper<BaseInputAdapter, 2>
}
};

// Wraps another input apdater to convert wide character types into individual bytes.
// Wraps another input adapter to convert wide character types into individual bytes.
template<typename BaseInputAdapter, typename WideCharType>
class wide_string_input_adapter
{
Expand Down

0 comments on commit 6adae02

Please sign in to comment.