Skip to content

Commit

Permalink
Fixed a typo in an error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveIves committed Apr 25, 2023
1 parent 4e2db53 commit 5aabe41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MethodCatalogAPI/Smc.dbl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ namespace CodeGen.MethodCatalogAPI
proc
;;Make sure the file is present
if (!File.Exists(inputFile))
throw new ApplicationException("Failed to method catalog XML file!")
throw new ApplicationException("Method catalog XML file not found!")

;;And parse it
parseMethodCatalogXml(inputFile)
Expand Down

0 comments on commit 5aabe41

Please sign in to comment.