Modify ↓
#13578 closed task (fixed)
Static analysis updates
| Reported by: | figaro | Owned by: | figaro |
|---|---|---|---|
| Priority: | low | Milestone: | 1.6 |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | patch |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: |
Fixed typos in code comments. |
||
Description
A few codespell and pylint issues: the supine of 'to split' is 'split', not 'splitted'.
Attachments (1)
Change History (5)
by , 3 years ago
| Attachment: | trunk.diff added |
|---|
comment:1 by , 2 years ago
A few additional codespell issues:
sed -i 's/everytime/every time/' trunk/trac/web/_fcgi.py sed -i 's/everytime/every time/' trunk/trac/versioncontrol/cache.py
comment:2 by , 2 years ago
| Milestone: | → 1.6 |
|---|---|
| Owner: | set to |
| Status: | new → assigned |
comment:3 by , 2 years ago
| Internal Changes: | modified (diff) |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
Fixed in r17713.
comment:4 by , 2 years ago
| Owner: | changed from to |
|---|
Note:
See TracTickets
for help on using tickets.



diff -ur of trunk (2023-03-15)