From 0b0554bfc6a91450265f23d89c425a979a42d366 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 28 Apr 2023 19:11:03 +0000 Subject: spelling fixes from Paul Tagliamonte via tech@ and jmc@ --- mandocdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mandocdb.c') diff --git a/mandocdb.c b/mandocdb.c index fb12de71..a97a89e3 100644 --- a/mandocdb.c +++ b/mandocdb.c @@ -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) { -- cgit