diff --git a/init/action_parser.cpp b/init/action_parser.cpp index 8a4b518f5..148116200 100644 --- a/init/action_parser.cpp +++ b/init/action_parser.cpp @@ -60,7 +60,7 @@ Result 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) {