Skip to content

Commit 1fd2336

Browse files
committed
Fix codespell failures in papers/wg21-latex
Fix genuine typos (souces, intializers) and add the legitimate technical tokens "FitH" (a PDF pdfstartview keyword) and "ist" (the makeindex style-file extension) to codespell's ignore list, since they're false positives rather than misspellings.
1 parent 0fb0104 commit 1fd2336

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

papers/wg21-latex/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SPDX-License-Identifier: 2.0 license with LLVM exceptions
88

99
Compiling the paper requires a working LaTeX installation. See instructions for configuring your system at [C++ Standard Draft Sources](https://github.com/cplusplus/draft/blob/main/README.rst)
1010

11-
The papers/ subdirectory has the LaTeX souces for P2988 and the supporting macro definitions. To build, run
11+
The papers/ subdirectory has the LaTeX sources for P2988 and the supporting macro definitions. To build, run
1212

1313
```shell
1414
make papers

papers/wg21-latex/xrefdelta.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@
454454
% CWG 2843 removed [uaxid.def.rfmt]
455455
\removedxref{uaxid.def.rfmt}
456456

457-
% P3016R6 Resolve inconsistencies in begin/end for valarray and braced intializers
457+
% P3016R6 Resolve inconsistencies in begin/end for valarray and braced initializers
458458
\removedxref{support.initlist.range}
459459

460460
%%% Renamed sections.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ dev = [
1515
]
1616

1717
[tool.codespell]
18-
ignore-words-list = 'unexpect'
18+
ignore-words-list = 'unexpect,fith,ist'

0 commit comments

Comments
 (0)