Browse Source

Fix typos.

Andrew Borodin 4 years ago
parent
commit
9040cc3476
3 changed files with 3 additions and 3 deletions
  1. 1 1
      doc/NEWS
  2. 1 1
      lib/shell.h
  3. 1 1
      lib/util.c

+ 1 - 1
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 - 1
lib/shell.h

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

+ 1 - 1
lib/util.c

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