=================================================================== RCS file: /cvs/mandoc/mandocdb.c,v retrieving revision 1.270 retrieving revision 1.272 diff -u -p -r1.270 -r1.272 --- mandoc/mandocdb.c 2021/11/05 17:04:10 1.270 +++ mandoc/mandocdb.c 2023/04/28 19:11:03 1.272 @@ -1,6 +1,6 @@ -/* $Id: mandocdb.c,v 1.270 2021/11/05 17:04:10 schwarze Exp $ */ +/* $Id: mandocdb.c,v 1.272 2023/04/28 19:11:03 schwarze Exp $ */ /* - * Copyright (c) 2011-2020 Ingo Schwarze + * Copyright (c) 2011-2021 Ingo Schwarze * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2016 Ed Maste * @@ -533,7 +533,7 @@ out: ohash_delete(&mpages); ohash_delete(&mlinks); #if DEBUG_MEMORY - mandoc_d_finish(); + mandoc_dbg_finish(); #endif return exitcode; usage: @@ -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) {