From d320a30df0d53b6b84c2a8869064ac1f567369a9 Mon Sep 17 00:00:00 2001 From: albert-github Date: Wed, 14 May 2025 11:32:26 +0200 Subject: [PATCH] Spelling correction Spelling correction --- Documentation/doc/scripts/generate_how_to_cite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/doc/scripts/generate_how_to_cite.py b/Documentation/doc/scripts/generate_how_to_cite.py index 7f025c71748..21037011e54 100644 --- a/Documentation/doc/scripts/generate_how_to_cite.py +++ b/Documentation/doc/scripts/generate_how_to_cite.py @@ -321,7 +321,7 @@ def main(): ) assert not foundDouble, ( """Multiple use of citation name '{}' package '{}' - first occurence package '{}' + first occurrence package '{}' """.format(bib,pkg,citeDic[bib]) ) result_txt += gen_txt_entry(title, authors, bib, anchor, k)