diff options
Diffstat (limited to 'src/quickfix.c')
-rw-r--r-- | src/quickfix.c | 4 |
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 |