mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
Typos.
This commit is contained in:
parent
f6e1d08562
commit
d032c68db1
@ -714,7 +714,7 @@ file_progress_real_query_replace (FileOpContext *ctx,
|
|||||||
return FILE_CONT;
|
return FILE_CONT;
|
||||||
|
|
||||||
case REPLACE_REGET:
|
case REPLACE_REGET:
|
||||||
/* Carefull: we fall through and set do_append */
|
/* Careful: we fall through and set do_append */
|
||||||
ctx->do_reget = _d_stat->st_size;
|
ctx->do_reget = _d_stat->st_size;
|
||||||
|
|
||||||
case REPLACE_APPEND:
|
case REPLACE_APPEND:
|
||||||
|
@ -85,7 +85,7 @@ typedef struct {
|
|||||||
int dive_into_subdirs;
|
int dive_into_subdirs;
|
||||||
|
|
||||||
/* When moving directories cross filesystem boundaries delete the
|
/* When moving directories cross filesystem boundaries delete the
|
||||||
* successfull copied files when all files below the directory and its
|
* successfully copied files when all files below the directory and its
|
||||||
* subdirectories were processed.
|
* subdirectories were processed.
|
||||||
*
|
*
|
||||||
* If erase_at_end is zero files will be deleted immediately after their
|
* If erase_at_end is zero files will be deleted immediately after their
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#ifndef __MC_GLOBAL_H
|
#ifndef __MC_GLOBAL_H
|
||||||
#define __MC_GLOBAL_H
|
#define __MC_GLOBAL_H
|
||||||
|
|
||||||
#include <stdlib.h> /* for free() and other usefull routins */
|
#include <stdlib.h> /* for free() and other useful routins */
|
||||||
|
|
||||||
#if defined(STDC_HEADERS) || defined(HAVE_STRING_H)
|
#if defined(STDC_HEADERS) || defined(HAVE_STRING_H)
|
||||||
# include <string.h>
|
# include <string.h>
|
||||||
|
@ -92,7 +92,7 @@ int output_lines = 0;
|
|||||||
/* Set if the command prompt is to be displayed */
|
/* Set if the command prompt is to be displayed */
|
||||||
int command_prompt = 1;
|
int command_prompt = 1;
|
||||||
|
|
||||||
/* Set if the nice and usefull keybar is visible */
|
/* Set if the nice and useful keybar is visible */
|
||||||
int keybar_visible = 1;
|
int keybar_visible = 1;
|
||||||
|
|
||||||
/* Set if the nice message (hint) bar is visible */
|
/* Set if the nice message (hint) bar is visible */
|
||||||
|
@ -130,7 +130,7 @@ mc_addch (char c)
|
|||||||
#ifdef HAS_ACS_AS_PCCHARS
|
#ifdef HAS_ACS_AS_PCCHARS
|
||||||
# define one_vline() addch(ACS_VLINE)
|
# define one_vline() addch(ACS_VLINE)
|
||||||
# define one_hline() addch(ACS_HLINE)
|
# define one_hline() addch(ACS_HLINE)
|
||||||
/* This is fast, but unusefull if ! pc_system - doesn't use
|
/* This is fast, but only useful on PC system as it doesn't use
|
||||||
Alt_Char_Pairs [] :( */
|
Alt_Char_Pairs [] :( */
|
||||||
#else
|
#else
|
||||||
/* This is slow, but works well :| */
|
/* This is slow, but works well :| */
|
||||||
|
@ -2121,7 +2121,7 @@ panel_key (WPanel *panel, int key)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* We do not want to take a key press if nothing can be done with it */
|
/* We do not want to take a key press if nothing can be done with it */
|
||||||
/* The command line widget may do something more usefull */
|
/* The command line widget may do something more useful */
|
||||||
if (key == KEY_LEFT)
|
if (key == KEY_LEFT)
|
||||||
return move_left (panel, key);
|
return move_left (panel, key);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user