Skip to content

Commit

Permalink
fix codespell typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DaAwesomeP committed Oct 10, 2023
1 parent aa35b87 commit af3a814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/web/SchemaParser.h
Expand Up @@ -91,7 +91,7 @@ class SchemaParser : public JsonParserInterface {
/**
* @brief Claim the RootValidator that was created by parsing the schema.
* @returns A new Validator, or NULL if the schema wasn't valid. Ownership of
* the validtor is transferred to the caller.
* the validator is transferred to the caller.
*/
ValidatorInterface* ClaimRootValidator();

Expand Down

0 comments on commit af3a814

Please sign in to comment.