misc: Fix typos in docs and lib

This fixes miscellaneous typos and duplicated words in the docs, lib
and test comments and a few user facing errorstrings.

Author: RainRat on Github
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Reviewed-by: Dan Fandrich <dan@coneharvesters.com>
Closes: #13019
This commit is contained in:
RainRat 2024-02-29 11:55:28 -08:00 committed by Daniel Gustafsson
parent 89733e2dd2
commit 2cd78f525c
26 changed files with 26 additions and 26 deletions

View file

@ -31,7 +31,7 @@ if(!$cmake) {
exit;
}
# this lists complete lines that will be removed from the the output if
# this lists complete lines that will be removed from the output if
# matching
my %remove = (
'#define _FILE_OFFSET_BITS 64' => 1,