summaryrefslogtreecommitdiff
path: root/src/quickfix.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-01-26 22:00:26 +0100
committerBram Moolenaar <Bram@vim.org>2020-01-26 22:00:26 +0100
commit4b96df5a017a04141c4e901b1fc5704a3ca48099 (patch)
treeae335d245fc252be0d2237336be8c1cda620c874 /src/quickfix.c
parenta5d5953d59730d9bf9c00a727c4aeb56f6ffc944 (diff)
downloadvim-git-4b96df5a017a04141c4e901b1fc5704a3ca48099.tar.gz
patch 8.2.0156: various typos in source files and testsv8.2.0156
Problem: Various typos in source files and tests. Solution: Fix the typos. (Emir Sari, closes #5532)
Diffstat (limited to 'src/quickfix.c')
-rw-r--r--src/quickfix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quickfix.c b/src/quickfix.c
index 2e07403a8..868b5d910 100644
--- a/src/quickfix.c
+++ b/src/quickfix.c
@@ -2771,7 +2771,7 @@ get_nth_entry(qf_list_T *qfl, int errornr, int *new_qfidx)
}
/*
- * Get a entry specied by 'errornr' and 'dir' from the current
+ * Get a entry specified by 'errornr' and 'dir' from the current
* quickfix/location list. 'errornr' specifies the index of the entry and 'dir'
* specifies the direction (FORWARD/BACKWARD/FORWARD_FILE/BACKWARD_FILE).
* Returns a pointer to the entry and the index of the new entry is stored in
@@ -6320,7 +6320,7 @@ unload_dummy_buffer(buf_T *buf, char_u *dirname_start)
#if defined(FEAT_EVAL) || defined(PROTO)
/*
- * Copy the specified quickfix entry items into a new dict and appened the dict
+ * Copy the specified quickfix entry items into a new dict and append the dict
* to 'list'. Returns OK on success.
*/
static int