Skip to content

Commit 5aabe41

Browse files
committed
Fixed a typo in an error message.
1 parent 4e2db53 commit 5aabe41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MethodCatalogAPI/Smc.dbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ namespace CodeGen.MethodCatalogAPI
6464
proc
6565
;;Make sure the file is present
6666
if (!File.Exists(inputFile))
67-
throw new ApplicationException("Failed to method catalog XML file!")
67+
throw new ApplicationException("Method catalog XML file not found!")
6868

6969
;;And parse it
7070
parseMethodCatalogXml(inputFile)

0 commit comments

Comments
 (0)