mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
chore: use codespell to spell check #15016
This commit is contained in:
@@ -250,7 +250,7 @@ void time_start(const char *message)
|
||||
return;
|
||||
}
|
||||
|
||||
// intialize the global variables
|
||||
// initialize the global variables
|
||||
g_prev_time = g_start_time = profile_start();
|
||||
|
||||
fprintf(time_fd, "\n\ntimes in msec\n");
|
||||
|
Reference in New Issue
Block a user