From: Sean Silva Date: Wed, 2 Jan 2013 20:22:14 +0000 (+0000) Subject: docs: Fix spelling error. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6fad57501897a98bb36469ee9d9120af4c01b6e6;p=clang docs: Fix spelling error. Spotted by Nikola Smiljanic. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171407 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/Tooling.rst b/docs/Tooling.rst index b1281fc09e..190fb5cc3d 100644 --- a/docs/Tooling.rst +++ b/docs/Tooling.rst @@ -72,7 +72,7 @@ Use LibTooling when you...: * want to run tools over a single file, or a specific subset of files, independently of the build system * want full control over the Clang AST -* want to share code with Clang Plgins +* want to share code with Clang Plugins Do not use LibTooling when you...: