mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 04:22:34 +03:00
Fix typos.
This commit is contained in:
parent
a358c8037d
commit
9040cc3476
2
doc/NEWS
2
doc/NEWS
@ -47,7 +47,7 @@ Version 4.8.25
|
||||
* FTBFS on OSes w/o O_CLOEXEC (#4052)
|
||||
* FTBFS with glib2 >= 2.63.3 (#4053)
|
||||
* Undefined "__linux__" macro on non-Linux systems (#4058)
|
||||
* Mouse is not handled with ncurses-6 (#3964)
|
||||
* Mouse is not handled with ncurses-6 (#3954)
|
||||
* Mouse is not handled with S-Lang on some old terminal emulators (#4063)
|
||||
* Terminal size is always 80x24 in subshell on Solaris 11.4 SPARC (#4099)
|
||||
* Double clicking on empty area of file panel executes last item (#3722)
|
||||
|
@ -1,4 +1,4 @@
|
||||
/** \file timer.h
|
||||
/** \file shell.h
|
||||
* \brief Header: shell structure
|
||||
*/
|
||||
|
||||
|
@ -1512,7 +1512,7 @@ mc_replace_error (GError ** dest, int code, const char *format, ...)
|
||||
* and if it has then updates the timestamp.
|
||||
*
|
||||
* @param timestamp the last timestamp in microseconds, updated if the given time elapsed
|
||||
* @param deleay amount of time in microseconds
|
||||
* @param delay amount of time in microseconds
|
||||
|
||||
* @return TRUE if clock skew detected, FALSE otherwise
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user