Fix typos.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2020-07-19 18:38:09 +03:00
parent bae61137d0
commit 0776f2a49c
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ Build requirements for GNU Midnight Commander
- gettext >= 0.18.1
- libssh2 >= 1.2.5 is required only for sftp vfs (1.2.7 if you need ssh-agent support)
- libaspell to support spell checking in the internal editor
- ext2fs >= 1.42.4 to suport ext{2,3,4}fs extended attributes
- ext2fs >= 1.42.4 to support ext{2,3,4}fs extended attributes
Installation instructions for GNU Midnight Commander

View File

@ -73,7 +73,7 @@ struct mc_fhl_struct;
/*** global variables defined in .c file *********************************************************/
/* global paremeters */
/* global parameters */
extern char *global_profile_name;
extern gboolean confirm_delete;
extern gboolean confirm_directory_hotlist_delete;