Opened 13 years ago

Closed 13 years ago

#15601 closed (fixed)

Spelling error in base.py line 398

Reported by: jMyles Owned by: John Paulett
Component: Database layer (models, ORM) Version: 1.2
Severity: Keywords: spelling, comment
Cc: john@… Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This is my first bug submission - I'm not sure if this rises to the level of 'bug' or not. The word 'weird' is spelled 'wierd' in a comment on line 398 of /db/models/base.py.

Attachments (1)

15601.patch (625 bytes ) - added by John Paulett 13 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 by jMyles, 13 years ago

comment:2 by John Paulett, 13 years ago

Cc: john@… added
Owner: changed from nobody to John Paulett

by John Paulett, 13 years ago

Attachment: 15601.patch added

comment:3 by John Paulett, 13 years ago

Has patch: set

comment:4 by Adrian Holovaty, 13 years ago

Resolution: fixed
Status: newclosed

In [15800]:

Fixed #15601 -- Corrected a weird typo. Thanks, jMyles

Note: See TracTickets for help on using tickets.
Back to Top