#13501 closed defect (fixed)
Codespell output
Reported by: | figaro | Owned by: | figaro |
---|---|---|---|
Priority: | low | Milestone: | 1.4.4 |
Component: | general | Version: | |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Corrected misspellings in code comments. |
Description
Some codespell output leading to the following suggested changes:
sed -i 's/explicitely/explicitly/' mirror/tracopt/perm/authz_policy.py sed -i 's/explict/explicit/' mirror/trac/ticket/report.py sed -i 's/Purposedly/Purposely/' mirror/tracopt/versioncontrol/svn/svn_fs.py sed -i 's/preceeding/preceding/' mirror/tracopt/versioncontrol/svn/svn_fs.py sed -i 's/preceeded/preceded/' mirror/trac/wiki/tests/wiki-tests.txt sed -i 's/preceed/precede/' mirror/trac/dist.py sed -i 's/wll returns/returns/' mirror/trac/config.py sed -i 's/messsage/message/' mirror/trac/dist.py sed -i 's/challange/challenge/' mirror/trac/web/auth.py sed -i 's/succesful/successful/' mirror/trac/web/tests/auth.py sed -i 's/absense/absence/' mirror/trac/tests/functional/better_twill.py sed -i 's/non-existant/non-existent/' mirror/trac/util/autoreload.py sed -i 's/infered/inferred/' mirror/trac/mimeview/api.py sed -i 's/supress/suppress/' mirror/doc/utils/epydoc.conf sed -i 's/inclue/include/' mirror/doc/utils/epydoc.conf sed -i 's/includea/include/' mirror/doc/utils/epydoc.conf sed -i 's/utilies/utilities/' mirror/doc/api/trac_util.rst sed -i 's/authentification/authentication/' mirror/doc/api/trac_web_api.rst sed -i 's/litteral/literal/' mirror/doc/api/trac_db_util.rst
The above impacts comments only. The result is attached.
This is the only code-impact: grep -nr assocations mirror/trac/mimeview/api.py
To apply change: sed -i 's/assocations/associations/' mirror/trac/mimeview/api.py
Then a note about 'overriden'. Not sure about the effect it will have on translations:
mirror/trac/timeline/web_ui.py:65: overriden ==> overridden mirror/trac/util/text.py:48: overriden ==> overridden
See output of grep -nr overriden *
Does it require a change in the code and the transifex lines will follow automatically? If so, these transifex lines will probably have to be reviewed?
Attachments (1)
Change History (6)
by , 2 years ago
Attachment: | mirror.diff added |
---|
comment:1 by , 2 years ago
Milestone: | → 1.4.4 |
---|---|
Owner: | set to |
Status: | new → assigned |
comment:2 by , 2 years ago
Internal Changes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
comment:3 by , 2 years ago
Owner: | changed from | to
---|
follow-up: 5 comment:4 by , 2 years ago
Then a note about 'overriden'. Not sure about the effect it will have on translations:
Yes, will correct those and extract the new catalogs.
comment:5 by , 2 years ago
Replying to Ryan J Ollos:
Then a note about 'overriden'. Not sure about the effect it will have on translations:
Yes, will correct those and extract the new catalogs.
diff -ur mirror as result of Codespell