Skip to content

Commit

Permalink
[llvm-rc] Fix spelling in message
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315447 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Simon Dardis committed Oct 11, 2017
1 parent d138a57 commit f60024e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/llvm-rc/ResourceFileWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ Error ResourceFileWriter::writeUserDefinedBody(const RCResource *Base) {
}

RETURN_IF_ERROR(checkNumberFits<uint8_t>(
Ch, "Character in narrow string in user-defined resoutce"));
Ch, "Character in narrow string in user-defined resource"));
writeInt<uint8_t>(Ch);
}
}
Expand Down

0 comments on commit f60024e

Please sign in to comment.