commit | b49dfd0cf296623af2d756cefc3e73b5b307734e | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Fri Apr 14 21:54:25 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 14 21:54:25 2023 +0100 |
tree | 8a59f6d5a0ead1dfa0cc1bfda8aaace3f7d7959b | |
parent | b7f6f93475a3ad5c590a09a2577fd51590bea9e1 [diff] [blame] |
patch 9.0.1453: typos in source code and tests Problem: Typos in source code and tests. Solution: Fi the typos. (Dominique Pellé, closes #12217)
diff --git a/src/logfile.c b/src/logfile.c index 673468e..999acf0 100644 --- a/src/logfile.c +++ b/src/logfile.c
@@ -9,7 +9,7 @@ /* * Implements logging. Originally intended for the channel feature, which is * why the "ch_" prefix is used. Also useful for any kind of low-level and - * async debuging. + * async debugging. */ #include "vim.h"