[PATCH] D22100: [clang-rename] fix typo in Python script for Vim integration
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 8 05:12:19 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL274839: [clang-rename] fix typo in Python script for Vim integration (authored by hokein).
Changed prior to commit:
http://reviews.llvm.org/D22100?vs=63101&id=63203#toc
Repository:
rL LLVM
http://reviews.llvm.org/D22100
Files:
clang-tools-extra/trunk/clang-rename/tool/clang-rename.py
Index: clang-tools-extra/trunk/clang-rename/tool/clang-rename.py
===================================================================
--- clang-tools-extra/trunk/clang-rename/tool/clang-rename.py
+++ clang-tools-extra/trunk/clang-rename/tool/clang-rename.py
@@ -14,8 +14,8 @@
IMPORTANT NOTE: Before running the tool, make sure you saved the file.
All you have to do now is to place a cursor on a variable/function/class which
-you would like to rename and press ',cr'. You will be promted a new name if the
-cursor points to a valid symbol.
+you would like to rename and press ',cr'. You will be prompted for a new name if
+the cursor points to a valid symbol.
'''
import vim
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22100.63203.patch
Type: text/x-patch
Size: 683 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160708/20c7f5d7/attachment.bin>
More information about the cfe-commits
mailing list