1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
From: Florian Ernst <florian@debian.org>
Subject: misc spelling fixes
Bug: https://gitlab.com/OldManProgrammer/unix-tree/-/issues/17
Last-Update: 2022-12-29
Index: tree/tree.c
===================================================================
--- tree.orig/tree.c
+++ tree/tree.c
@@ -675,7 +675,7 @@ void usage(int n)
" --houtro X Use file X as the HTML outro.\n"
" ------- Input options -------\n"
" --fromfile Reads paths from files (.=stdin)\n"
- " --fflinks Process link informtion when using --fromfile.\n"
+ " --fflinks Process link information when using --fromfile.\n"
" ------- Miscellaneous options -------\n"
" --version Print version and exit.\n"
" --help Print usage and this help message and exit.\n"
Index: tree/tree.h
===================================================================
--- tree.orig/tree.h
+++ tree/tree.h
@@ -38,7 +38,7 @@
# include <os2.h>
# include <sys/nls.h>
# include <io.h>
- /* On many systems stat() function is idential to lstat() function.
+ /* On many systems stat() function is identical to lstat() function.
* But the OS/2 does not support symbolic links and doesn't have lstat() function.
*/
# define lstat stat
|