[PATCH] D22100: [clang-rename] fix typo in Python script for Vim integration
Kirill Bobyrev via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 7 11:28:26 PDT 2016
omtcyf0 created this revision.
omtcyf0 added reviewers: kimgr, alexfh, bkramer, hokein, ioeric.
omtcyf0 added a subscriber: cfe-commits.
http://reviews.llvm.org/D22100
Files:
clang-rename/tool/clang-rename.py
Index: clang-rename/tool/clang-rename.py
===================================================================
--- clang-rename/tool/clang-rename.py
+++ 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.63101.patch
Type: text/x-patch
Size: 611 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160707/2706e006/attachment.bin>
More information about the cfe-commits
mailing list