0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 9.0.0828: various typos

Problem:    Various typos.
Solution:   Correct typos. (closes #11432)
This commit is contained in:
dundargoc
2022-11-02 13:30:51 +00:00
committed by Bram Moolenaar
parent 1410d1841b
commit c57b5bcd22
56 changed files with 86 additions and 84 deletions

View File

@@ -1407,7 +1407,7 @@ typval_compare(
}
/*
* Compare "tv1" to "tv2" as lists acording to "type" and "ic".
* Compare "tv1" to "tv2" as lists according to "type" and "ic".
* Put the result, false or true, in "res".
* Return FAIL and give an error message when the comparison can't be done.
*/
@@ -1489,7 +1489,7 @@ typval_compare_null(typval_T *tv1, typval_T *tv2)
}
/*
* Compare "tv1" to "tv2" as blobs acording to "type".
* Compare "tv1" to "tv2" as blobs according to "type".
* Put the result, false or true, in "res".
* Return FAIL and give an error message when the comparison can't be done.
*/
@@ -1529,7 +1529,7 @@ typval_compare_blob(
}
/*
* Compare "tv1" to "tv2" as dictionaries acording to "type" and "ic".
* Compare "tv1" to "tv2" as dictionaries according to "type" and "ic".
* Put the result, false or true, in "res".
* Return FAIL and give an error message when the comparison can't be done.
*/
@@ -1570,7 +1570,7 @@ typval_compare_dict(
}
/*
* Compare "tv1" to "tv2" as funcrefs acording to "type" and "ic".
* Compare "tv1" to "tv2" as funcrefs according to "type" and "ic".
* Put the result, false or true, in "res".
* Return FAIL and give an error message when the comparison can't be done.
*/