Skip to content

Commit 6adae02

Browse files
authored
Fix spellcheck issue (#4173)
1 parent 35c0b3e commit 6adae02

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

include/nlohmann/detail/input/input_adapters.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ struct wide_string_input_helper<BaseInputAdapter, 2>
292292
}
293293
};
294294

295-
// Wraps another input apdater to convert wide character types into individual bytes.
295+
// Wraps another input adapter to convert wide character types into individual bytes.
296296
template<typename BaseInputAdapter, typename WideCharType>
297297
class wide_string_input_adapter
298298
{

single_include/nlohmann/json.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6368,7 +6368,7 @@ struct wide_string_input_helper<BaseInputAdapter, 2>
63686368
}
63696369
};
63706370

6371-
// Wraps another input apdater to convert wide character types into individual bytes.
6371+
// Wraps another input adapter to convert wide character types into individual bytes.
63726372
template<typename BaseInputAdapter, typename WideCharType>
63736373
class wide_string_input_adapter
63746374
{

tests/abi/include/nlohmann/json_v3_10_5.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5491,7 +5491,7 @@ struct wide_string_input_helper<BaseInputAdapter, 2>
54915491
}
54925492
};
54935493

5494-
// Wraps another input apdater to convert wide character types into individual bytes.
5494+
// Wraps another input adapter to convert wide character types into individual bytes.
54955495
template<typename BaseInputAdapter, typename WideCharType>
54965496
class wide_string_input_adapter
54975497
{

0 commit comments

Comments
 (0)