From b4fee4146c9410a03df4129a17e94918686b8321 Mon Sep 17 00:00:00 2001 From: Jan Kupec Date: Fri, 20 Jun 2008 11:20:54 +0000 Subject: [PATCH] - let PatchScriptRepor::Action be the same as others --- zypp/ZYppCallbacks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zypp/ZYppCallbacks.h b/zypp/ZYppCallbacks.h index 2e5c6aa..78d530a 100644 --- a/zypp/ZYppCallbacks.h +++ b/zypp/ZYppCallbacks.h @@ -418,8 +418,8 @@ namespace zypp enum Notify { OUTPUT, PING }; enum Action { ABORT, // abort commit and return error - IGNORE, // ignore any failue and continue RETRY, // (re)try to execute this script + IGNORE // ignore any failue and continue }; /** Start executing the script provided by package. -- 2.7.4