Skip to content

Commit

Permalink
Merge pull request #1910 from DaAwesomeP/DaAwesomeP-fix-codespell-typo5
Browse files Browse the repository at this point in the history
Fix codespell typo
  • Loading branch information
peternewman authored Oct 11, 2023
2 parents aa35b87 + af3a814 commit 0a5c7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/web/SchemaParser.h
Original file line number Diff line number Diff line change
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 0a5c7ce

Please sign in to comment.