]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/SectFile.java
Fixed grammar in messages.
[mirror_edk2.git] / Tools / Source / FrameworkTasks / org / tianocore / framework / tasks / SectFile.java
index b4e153d480ffd9f1a60df741fd7c7da830d1af83..b603a3eb80a92b84af3af0e0475796d4d78f395d 100644 (file)
@@ -67,7 +67,7 @@ public class SectFile implements Section {
         /// check if file exist.\r
         ///     \r
         if (! sectFile.exists()) {\r
-            throw new BuildException("The file  " + this.fileName + "  is not exist!\n");     \r
+            throw new BuildException("The file  " + this.fileName + "  does not exist!\n");     \r
         }\r
 \r
 \r
@@ -110,7 +110,7 @@ public class SectFile implements Section {
 \r
         } catch (Exception e) {\r
             System.out.print(e.getMessage());\r
-            throw new BuildException("section file2Buffer failed!\n");            \r
+            throw new BuildException("SectFile, toBuffer failed!\n");            \r
         }\r
     }\r
-}
\ No newline at end of file
+}\r