From: lhauch Date: Thu, 27 Apr 2006 15:57:58 +0000 (+0000) Subject: Changed Error message from successed to succeeded. X-Git-Tag: edk2-stable201903~25560 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=ba40a5844dcce81be6861b6fc37af852ed053033 Changed Error message from successed to succeeded. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@69 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/FwImageTask.java b/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/FwImageTask.java index 48262e543c..6d6a3e5f89 100644 --- a/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/FwImageTask.java +++ b/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/FwImageTask.java @@ -99,7 +99,7 @@ public class FwImageTask extends Task implements EfiDefine{ // // command execution success // - System.out.println("fwimage successed!"); + System.out.println("fwimage succeeded!"); } else { // // command execution fail diff --git a/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenDepexTask.java b/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenDepexTask.java index a13b74960c..f49ea53350 100644 --- a/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenDepexTask.java +++ b/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenDepexTask.java @@ -87,7 +87,7 @@ public class GenDepexTask extends Task implements EfiDefine { // // command execution success // - System.out.println("GenDepex execute successed!"); + System.out.println("GenDepex execute succeeded!"); } else { // @@ -163,4 +163,4 @@ public class GenDepexTask extends Task implements EfiDefine { public String getPadding() { return this.padding; } -} \ No newline at end of file +} diff --git a/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenSectionTask.java b/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenSectionTask.java index e432a2ce41..3d19c0888c 100644 --- a/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenSectionTask.java +++ b/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenSectionTask.java @@ -93,7 +93,7 @@ public class GenSectionTask extends Task implements EfiDefine { // // command execution success // - System.out.println("gensection successed!"); + System.out.println("gensection succeeded!"); } else { // // command execution fail diff --git a/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/SetStampTask.java b/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/SetStampTask.java index b3dbfb0b6a..af04702b6e 100644 --- a/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/SetStampTask.java +++ b/Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/SetStampTask.java @@ -82,7 +82,7 @@ public class SetStampTask extends Task implements EfiDefine { /// /// command execution success /// - System.out.println("SetStamp execute successed!"); + System.out.println("SetStamp execute succeeded!"); } else { /// /// command execution fail @@ -133,4 +133,4 @@ public class SetStampTask extends Task implements EfiDefine { return this.timeFile; } -} \ No newline at end of file +}