New codespell fixes

This commit is contained in:
Trenton H 2024-05-28 13:43:37 -07:00 committed by shamoon
parent 38792d481e
commit 8955345e54
4 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
[codespell] [codespell]
write-changes = True write-changes = True
ignore-words-list = criterias,afterall,valeu,ureue,equest,ure ignore-words-list = criterias,afterall,valeu,ureue,equest,ure,assertIn

View File

@ -5,7 +5,7 @@
We as members, contributors, and leaders pledge to make participation in our We as members, contributors, and leaders pledge to make participation in our
community a harassment-free experience for everyone, regardless of age, body community a harassment-free experience for everyone, regardless of age, body
size, visible or invisible disability, ethnicity, sex characteristics, gender size, visible or invisible disability, ethnicity, sex characteristics, gender
identity and expression, level of experience, education, socio-economic status, identity and expression, level of experience, education, socioeconomic status,
nationality, personal appearance, race, religion, or sexual identity nationality, personal appearance, race, religion, or sexual identity
and orientation. and orientation.

View File

@ -504,7 +504,7 @@
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="187187500641108332" datatype="html"> <trans-unit id="187187500641108332" datatype="html">
<source><x id="INTERPOLATION" equiv-text="ategory}}"/></source> <source><x id="INTERPOLATION" equiv-text="category}}"/></source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/components/admin/config/config.component.html</context> <context context-type="sourcefile">src/app/components/admin/config/config.component.html</context>
<context context-type="linenumber">14,15</context> <context context-type="linenumber">14,15</context>

View File

@ -258,7 +258,7 @@ class RasterisedDocumentParser(DocumentParser):
ocrmypdf_args["sidecar"] = sidecar_file ocrmypdf_args["sidecar"] = sidecar_file
if self.is_image(mime_type): if self.is_image(mime_type):
# This may be required, depending on the known imformation # This may be required, depending on the known information
maybe_override_pixel_limit() maybe_override_pixel_limit()
dpi = self.get_dpi(input_file) dpi = self.get_dpi(input_file)