]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/PcdTools/org/tianocore/pcd/exception/EntityException.java
Fixed grammar in messages.
[mirror_edk2.git] / Tools / Source / PcdTools / org / tianocore / pcd / exception / EntityException.java
index 77d4518a554e6a3ab92e1e4345f1f876614da5db..5316cba554aab2e2076effabf47584169e922aef 100644 (file)
@@ -26,6 +26,6 @@ public class EntityException extends Exception {
       @param expStr exception message string.\r
     **/\r
     public EntityException(String expStr) {\r
-        super("[PCD tools Internal Errors]:" + expStr);\r
+        super("[PCD Tool Internal Error]:" + expStr);\r
     }\r
 }\r