Closed
Bug 166481
Opened 23 years ago
Closed 23 years ago
Spellcheck is borked.
Categories
(Bugzilla :: Testing Suite, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: CodeMachine, Assigned: zach)
References
Details
Attachments
(2 files)
|
2.01 KB,
patch
|
zach
:
review+
|
Details | Diff | Splinter Review |
|
2.64 KB,
patch
|
timeless
:
review+
|
Details | Diff | Splinter Review |
Spellcheck needs updates.
Firstly, I wanted to add new words:
paramater (parameter) (I saw this in a patch somewhere)
existance (existence) (common)
existant (existent)
When I tested this, I discovered that spellcheck wasn't finding these
misspellings. As it happens, only the first misspelling in the list is
successfully located. This seems to be because the file isn't being reopened
between the misspellings.
Furthermore, spellcheck should check every file in the CVS tree for
misspellings, including the documentation, not just Perl scripts. You can
exclude data and graphs, but everything else is fair game really.
| Reporter | ||
Comment 1•23 years ago
|
||
Also $found_word isn't initialised first time through so I got uninit errors.
| Reporter | ||
Comment 2•23 years ago
|
||
Here's a fix to the uninit variable and lack of reopening. It will break tbox
so the spelling errors need to be corrected first.
It doesn't yet make the test check all files.
| Reporter | ||
Updated•23 years ago
|
Target Milestone: --- → Bugzilla 2.18
| Assignee | ||
Updated•23 years ago
|
Attachment #97724 -
Flags: review+
| Assignee | ||
Updated•23 years ago
|
Flags: approval?
| Assignee | ||
Comment 3•23 years ago
|
||
| Assignee | ||
Comment 4•23 years ago
|
||
*** Bug 162224 has been marked as a duplicate of this bug. ***
Attachment #110188 -
Flags: review+
Updated•23 years ago
|
Flags: approval? → approval+
Comment 5•23 years ago
|
||
zach: ping. This was approved for checkin a week ago. Hope it hasn't bitrotted :)
| Assignee | ||
Comment 6•23 years ago
|
||
never! with my advanced project management methods, my patches never go stale!
Fix checked in (both patches)
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•