tweaks: correct two typos and a spello [codespell]

master
Benno Schulenberg 2021-06-17 10:52:44 +02:00
parent 3c35538e8b
commit 45420968ee
1 changed files with 2 additions and 2 deletions

View File

@ -2149,7 +2149,7 @@ void minibar(void)
}
/* Right after reading or writing a file, display its number of lines;
* otherwise, when there a mutiple buffers, display an [x/n] counter. */
* otherwise, when there are multiple buffers, display an [x/n] counter. */
if (report_size && COLS > 35) {
size_t count = openfile->filebot->lineno - (openfile->filebot->data[0] == '\0');