diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2023-04-28 19:11:03 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2023-04-28 19:11:03 +0000 |
commit | 0b0554bfc6a91450265f23d89c425a979a42d366 (patch) | |
tree | c3ac22e69ac3dc9ca9aacfb48dafea95a2114158 /mandocdb.c | |
parent | f6a5ecf0a6ad2ae347cd6feb5ff6eefafbe8631f (diff) | |
download | mandoc-0b0554bfc6a91450265f23d89c425a979a42d366.tar.gz |
spelling fixes from Paul Tagliamonte via tech@ and jmc@
Diffstat (limited to 'mandocdb.c')
-rw-r--r-- | mandocdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -804,7 +804,7 @@ filescan(const char *infile) * We have to do lstat(2) before realpath(3) loses * the information whether this is a symbolic link. * We need to know that because for symbolic links, - * we want to use the orginal file name, while for + * we want to use the original file name, while for * regular files, we want to use the real path. */ if (lstat(infile, &st) == -1) { |