Closed
Bug 139051
Opened 22 years ago
Closed 22 years ago
Two typos
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: philip, Assigned: myk)
Details
Attachments
(1 file)
3.45 KB,
patch
|
bbaetz
:
review+
bbaetz
:
review+
|
Details | Diff | Splinter Review |
First, on the "Edit user" page, it says "User has these priveleges". It should be "privileges". Second, after adding a component to a product, the confirmation page has a double period, like so: "End of sentence.." Very minor, but noticeable.
Okay. I changed the spelling in the CGI and in the SGML docs. Can't seem to find the second problem in the tip. Please verify that the change to spelling inside mysql is correct.
Comment 2•22 years ago
|
||
Comment on attachment 80352 [details] [diff] [review] privilege fixes r=bbaetz x2
Attachment #80352 -
Flags: review+
Comment 3•22 years ago
|
||
trivial, so -> 2.16. I can't check this in ATM, though. Anyone else want to volunteer?
Target Milestone: --- → Bugzilla 2.16
Comment 4•22 years ago
|
||
> Please verify that the change to spelling inside mysql is correct.
Yes, it is correct. With the incorrect spelling, it's a syntax error:
mysql> grant all privileges;
ERROR 1064: You have an error in your SQL syntax near '' at line 1
mysql> grant all priveleges;
ERROR 1064: You have an error in your SQL syntax near 'priveleges' at line 1
mysql>
Comment 5•22 years ago
|
||
Fixed. Checking in docs/sgml/database.sgml; /cvsroot/mozilla/webtools/bugzilla/docs/sgml/database.sgml,v <-- database.sgmlnew revision: 1.6; previous revision: 1.5 done Checking in docs/sgml/administration.sgml; /cvsroot/mozilla/webtools/bugzilla/docs/sgml/administration.sgml,v <-- administration.sgml new revision: 1.9; previous revision: 1.8 done Checking in editusers.cgi; /cvsroot/mozilla/webtools/bugzilla/editusers.cgi,v <-- editusers.cgi new revision: 1.33; previous revision: 1.32 done Gerv
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•11 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
•