提交 f910fdb3 编写于 作者: S Shokoofeh Pourmehr 提交者: Liangliang Zhang

Fix typo in stage and scenario header files

上级 b9290690
......@@ -60,7 +60,7 @@ class Scenario {
}
/**
* Each scenario should define it's own stages object's creation
* Each scenario should define its own stages object's creation
* scenario will call stage's Stage::Process function following a configured
* order, The return value of Stage::Process function determines the
* transition from one stage to another.
......@@ -87,9 +87,7 @@ class Scenario {
virtual void Init();
const std::string& Name() const;
const std::string& GetMsg() const {
return msg_;
}
const std::string& GetMsg() const { return msg_; }
protected:
ScenarioStatus scenario_status_ = STATUS_UNKNOWN;
......
......@@ -52,7 +52,7 @@ class Stage {
ScenarioConfig::StageType stage_type() const { return config_.stage_type(); }
/**
* @brief Each stage does its bussines logic inside Process function.
* @brief Each stage does its business logic inside Process function.
* If the stage want to transite to a different stage after finish,
* it should set the type of 'next_stage_'.
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册