From: Simon Dardis Date: Wed, 11 Oct 2017 10:14:22 +0000 (+0000) Subject: [llvm-rc] Fix spelling in message X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f60024ebeb6fe96c7ece1924908e2fedf5e1605e;p=llvm [llvm-rc] Fix spelling in message git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315447 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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); } }