From f60024ebeb6fe96c7ece1924908e2fedf5e1605e Mon Sep 17 00:00:00 2001 From: Simon Dardis Date: Wed, 11 Oct 2017 10:14:22 +0000 Subject: [llvm-rc] Fix spelling in message git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315447 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-rc/ResourceFileWriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/llvm-rc/ResourceFileWriter.cpp b/tools/llvm-rc/ResourceFileWriter.cpp index 1a9f4eba189..8534b6c576a 100644 --- a/tools/llvm-rc/ResourceFileWriter.cpp +++ b/tools/llvm-rc/ResourceFileWriter.cpp @@ -1232,7 +1232,7 @@ Error ResourceFileWriter::writeUserDefinedBody(const RCResource *Base) { } RETURN_IF_ERROR(checkNumberFits( - Ch, "Character in narrow string in user-defined resoutce")); + Ch, "Character in narrow string in user-defined resource")); writeInt(Ch); } } -- cgit v1.2.3