From: Ilho Kim Date: Tue, 30 Nov 2021 08:05:58 +0000 (+0900) Subject: Fix error message typo in StepRecoverParserPlugin X-Git-Tag: submit/tizen/20211202.053321~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d3a9c2075e9858d7780afd8a13e7d6aa963a5433;p=platform%2Fcore%2Fappfw%2Fapp-installers.git Fix error message typo in StepRecoverParserPlugin Change-Id: Iaf63915f3e523eb049f76391755acde4e79fdebf Signed-off-by: Ilho Kim --- diff --git a/src/common/step/pkgmgr/step_recover_parser_plugins.cc b/src/common/step/pkgmgr/step_recover_parser_plugins.cc index 250a8bcd..310043fe 100644 --- a/src/common/step/pkgmgr/step_recover_parser_plugins.cc +++ b/src/common/step/pkgmgr/step_recover_parser_plugins.cc @@ -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;