=================================================================== RCS file: /cvs/mandoc/mansearch.c,v retrieving revision 1.83 retrieving revision 1.84 diff -u -p -r1.83 -r1.84 --- mandoc/mansearch.c 2022/01/13 04:06:16 1.83 +++ mandoc/mansearch.c 2023/04/28 19:11:03 1.84 @@ -1,4 +1,4 @@ -/* $Id: mansearch.c,v 1.83 2022/01/13 04:06:16 schwarze Exp $ */ +/* $Id: mansearch.c,v 1.84 2023/04/28 19:11:03 schwarze Exp $ */ /* * Copyright (c) 2012 Kristaps Dzonsons * Copyright (c) 2013-2018 Ingo Schwarze @@ -491,7 +491,7 @@ lstlen(const char *cp, size_t sep) /* * Print the NUL-terminated list of NUL-terminated strings - * into the buffer, seperating strings with sep. + * into the buffer, separating strings with sep. */ static void lstcat(char *buf, size_t *i, const char *cp, const char *sep)