summaryrefslogtreecommitdiffstats
path: root/src/feature.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 17:44:18 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 17:44:18 +0000
commit3d27a45f9a536be76175d5a6c4d0d9ed552f8ebb (patch)
tree2b16c46af3e6269ce446fae70131a1afb1b80a8a /src/feature.h
parent044b68f42a945cdccb357ee6bb67d719ba532cd4 (diff)
updated for version 7.1b
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/feature.h b/src/feature.h
index 00dd014b8c..aa694e66eb 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -1096,7 +1096,7 @@
/*
* +termresponse send t_RV to obtain terminal response. Used for xterm
* to check if mouse dragging can be used and if term
- * codes can be obtaind.
+ * codes can be obtained.
*/
#if (defined(FEAT_NORMAL) || defined(FEAT_MOUSE)) && defined(HAVE_TGETENT)
# define FEAT_TERMRESPONSE
@@ -1155,7 +1155,7 @@
* +python Python interface: "--enable-pythoninterp"
* +tcl TCL interface: "--enable-tclinterp"
* +sniff Sniff interface: "--enable-sniff"
- * +sun_workshop Sun Workshop integegration
+ * +sun_workshop Sun Workshop integration
* +netbeans_intg Netbeans integration
*/