Fix various typos

This commit is contained in:
Michael Vetter
2020-12-10 09:24:32 +01:00
parent f0bfa69296
commit a94378f206
11 changed files with 20 additions and 20 deletions

View File

@@ -528,7 +528,7 @@ wins_close_by_num(int i)
ProfWin* window = wins_get_by_num(i);
if (window) {
// cancel upload proccesses of this window
// cancel upload processes of this window
http_upload_cancel_processes(window);
switch (window->type) {