Author: omtcyfz
Date: Wed Jul 27 09:26:03 2016
New Revision: 276871

URL: http://llvm.org/viewvc/llvm-project?rev=276871&view=rev
Log:
fix typo in clang-rename and clang-tidy docs

Modified:
    clang-tools-extra/trunk/docs/clang-rename.rst
    clang-tools-extra/trunk/docs/include-fixer.rst

Modified: clang-tools-extra/trunk/docs/clang-rename.rst
URL: 
http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-rename.rst?rev=276871&r1=276870&r2=276871&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-rename.rst (original)
+++ clang-tools-extra/trunk/docs/clang-rename.rst Wed Jul 27 09:26:03 2016
@@ -98,5 +98,5 @@ happen before running the tool**.
 Once installed, you can point your cursor to symbols you want to rename, press
 ``<leader>cr`` and print new desired name. The
 [``<leader> 
key``](http://vim.wikia.com/wiki/Mapping_keys_in_Vim_-_Tutorial_(Part_3)#Map_leader)
-is a reference to a specific key defined by the mapleader variable and is 
binded
+is a reference to a specific key defined by the mapleader variable and is bound
 to backslash by default.

Modified: clang-tools-extra/trunk/docs/include-fixer.rst
URL: 
http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/include-fixer.rst?rev=276871&r1=276870&r2=276871&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/include-fixer.rst (original)
+++ clang-tools-extra/trunk/docs/include-fixer.rst Wed Jul 27 09:26:03 2016
@@ -70,7 +70,7 @@ This enables `clang-include-fixer` for N
 ``<leader>cf`` to another binding if you need clang-include-fixer on a 
different
 key. The
 [``<leader> 
key``](http://vim.wikia.com/wiki/Mapping_keys_in_Vim_-_Tutorial_(Part_3)#Map_leader)
-is a reference to a specific key defined by the mapleader variable and is 
binded
+is a reference to a specific key defined by the mapleader variable and is bound
 to backslash by default.
 
 Make sure vim can find :program:`clang-include-fixer`:


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to