This is an archive of the discontinued LLVM Phabricator instance.

Fix typos: (re)?sor?uce -> (re)?source
ClosedPublic

Authored by ngie on Apr 23 2019, 8:34 AM.

Details

Summary

Closes: https://github.com/llvm/llvm-project/pull/10

In-collaboration-with: Olivier Cochard-Labbé <olivier@FreeBSD.org>
Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>

Diff Detail

Repository
rL LLVM

Event Timeline

ngie created this revision.Apr 23 2019, 8:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 23 2019, 8:34 AM
ngie retitled this revision from Fix typo: (re)?soruce -> (re)?source to Fix typos: (re)?soruce -> (re)?source.Apr 23 2019, 8:36 AM
ngie edited the summary of this revision. (Show Details)
MaskRay accepted this revision.Apr 23 2019, 8:49 AM
This revision is now accepted and ready to land.Apr 23 2019, 8:49 AM
Higuoxing accepted this revision.Apr 23 2019, 10:11 AM
Higuoxing added a subscriber: Higuoxing.

Hi, could you please fix this typo in this patch as well?

https://github.com/llvm/llvm-project/blob/2946cd701067404b99c39fb29dc9c74bd7193eb3/llvm/tools/llvm-rc/ResourceFileWriter.cpp#L725

'resouce' should be 'resource'

krytarowski accepted this revision.Apr 23 2019, 11:05 AM
ngie updated this revision to Diff 196302.Apr 23 2019, 12:49 PM

Address additional typo found by @Higuoxing <3!

ngie retitled this revision from Fix typos: (re)?soruce -> (re)?source to Fix typos: (re)?sor?uce -> (re)?source.Apr 23 2019, 12:49 PM
This revision was automatically updated to reflect the committed changes.