Merge "init: fix typo in error message"
am: 2efcb522df
Change-Id: I36cc5ebced34cbd288123a71081997c909361890
This commit is contained in:
commit
4d71e6fb45
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ Result<Success> ParsePropertyTrigger(const std::string& trigger, Subcontext* sub
|
|||
prop_name.erase(equal_pos);
|
||||
|
||||
if (!IsActionableProperty(subcontext, prop_name)) {
|
||||
return Error() << "unexported property tigger found: " << prop_name;
|
||||
return Error() << "unexported property trigger found: " << prop_name;
|
||||
}
|
||||
|
||||
if (auto [it, inserted] = property_triggers->emplace(prop_name, prop_value); !inserted) {
|
||||
|
|
Loading…
Reference in a new issue