fix typo in error string

llvm-svn: 186996
This commit is contained in:
Nick Kledzik 2013-07-23 22:17:47 +00:00
parent d30062cb25
commit 196d7a77a3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public:
case native_reader_error::success:
return "Success";
case native_reader_error::unknown_file_format:
return "Unknown file foramt";
return "Unknown file format";
case native_reader_error::file_too_short:
return "file truncated";
case native_reader_error::file_malformed: