Fix error message typo in StepRecoverParserPlugin 45/267245/1
authorIlho Kim <ilho159.kim@samsung.com>
Tue, 30 Nov 2021 08:05:58 +0000 (17:05 +0900)
committerIlho Kim <ilho159.kim@samsung.com>
Tue, 30 Nov 2021 08:08:09 +0000 (17:08 +0900)
Change-Id: Iaf63915f3e523eb049f76391755acde4e79fdebf
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
src/common/step/pkgmgr/step_recover_parser_plugins.cc

index 250a8bc..310043f 100644 (file)
@@ -54,7 +54,7 @@ Step::Status StepRecoverParserPlugin::RecoverPlugin() {
   }
   StepRunParserPlugin plugin(context_, GetActionType(context_));
   if (plugin.process() != Step::Status::OK) {
-    LOG(ERROR) << "Failed to execute plugin properly, but conitnue";
+    LOG(ERROR) << "Failed to execute plugin properly, but continue";
     return Status::OK;
   }
   return Status::OK;