Skip to content

Commit 6bf61ad

Browse files
authored
Merge pull request doxygen#12225 from albert-github/feature/bug_spell_20260623
Spelling correction
2 parents 47f25f2 + 2c5b0b2 commit 6bf61ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/configgen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ def syncLocalizedConfig(elem, configFile, translationsDir, autoSync=False):
847847
print(" ... and %d more" % (len(extraAllValues) - 5))
848848
valuesError = True
849849

850-
# both have values, some furter investigations
850+
# both have values, some further investigations
851851
bothValues = existingValues - missingAllValues
852852
# partial extra / missing attr
853853
bothError = set()

0 commit comments

Comments
 (0)