Fix typos.

This commit is contained in:
Andrew Borodin 2020-11-21 15:46:17 +03:00
parent a358c8037d
commit 9040cc3476
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -1,4 +1,4 @@
/** \file timer.h
/** \file shell.h
* \brief Header: shell structure
*/

View File

@ -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
*/