Skip to content

Commit

Permalink
vtd: Fix minor spelling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
clssn authored and cassava committed Feb 3, 2021
1 parent 5e6f574 commit 7ab8f70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/vtd/src/vtd_conf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ struct VtdComponentConfig : public cloe::Confable {
return cloe::Schema{
{"from", cloe::Schema(&from, "VTD sensor to retrieve the component data from")},
{"type", cloe::Schema(&type, "Component type to register")},
{"override", cloe::Schema(&override, "Override an exisiting component with the same name")},
{"override", cloe::Schema(&override, "Override an existing component with the same name")},
};
};
};
Expand Down
2 changes: 1 addition & 1 deletion tests/test_engine_json_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@
"type": "string"
},
"override": {
"description": "Override an exisiting component with the same name",
"description": "Override an existing component with the same name",
"type": "boolean"
},
"type": {
Expand Down

0 comments on commit 7ab8f70

Please sign in to comment.