=================================================================== RCS file: /cvs/mandoc/mandocdb.c,v retrieving revision 1.271 retrieving revision 1.272 diff -u -p -r1.271 -r1.272 --- mandoc/mandocdb.c 2022/04/14 16:43:44 1.271 +++ mandoc/mandocdb.c 2023/04/28 19:11:03 1.272 @@ -1,4 +1,4 @@ -/* $Id: mandocdb.c,v 1.271 2022/04/14 16:43:44 schwarze Exp $ */ +/* $Id: mandocdb.c,v 1.272 2023/04/28 19:11:03 schwarze Exp $ */ /* * Copyright (c) 2011-2021 Ingo Schwarze * Copyright (c) 2011, 2012 Kristaps Dzonsons @@ -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) {