Closed
Bug 735127
Opened 13 years ago
Closed 13 years ago
Fix "beause" spelling
Categories
(Core :: General, defect, P4)
Core
General
Tracking
()
VERIFIED
FIXED
mozilla14
People
(Reporter: sgautherie, Assigned: pallanikumaran)
References
()
Details
Attachments
(1 file)
3.02 KB,
patch
|
sgautherie
:
feedback-
|
Details | Diff | Splinter Review |
Use "because".
"Found 3 matching lines in 3 files"
But leave /ipc alone.
Flags: in-testsuite-
Assignee | ||
Comment 1•13 years ago
|
||
Hello. I would like to work on this bug.
Reporter | ||
Comment 2•13 years ago
|
||
Just do.
Assignee | ||
Comment 3•13 years ago
|
||
Attachment #605798 -
Flags: review?(sgautherie.bz)
Reporter | ||
Comment 4•13 years ago
|
||
Comment on attachment 605798 [details] [diff] [review]
Patch
Review of attachment 605798 [details] [diff] [review]:
-----------------------------------------------------------------
I marked this bug as meta because all 3 files are in different components which have (very) different review rules (iirc).
Please, split them into 2(-3) blocking bugs.
::: ipc/chromium/src/third_party/libevent/event.c
@@ +881,5 @@
> evutil_timersub(&base->event_tv, tv, &off);
>
> /*
> * We can modify the key element of the node without destroying
> + * the key, because we apply it to all in the right order.
That's correct, but I think chromium is external/upstream and should not be touched. (To be confirmed.)
::: security/nss/lib/pk11wrap/pk11auth.c
@@ +164,5 @@
> len = PORT_Strlen(pw);
> }
>
> /*
> + * If the token does't need a login, don't try to relogin because the
While here, fix "does't" too.
Attachment #605798 -
Flags: review?(sgautherie.bz) → feedback-
Assignee | ||
Comment 5•13 years ago
|
||
So there should be two different patch files? I do not know what "split them into 2(-3) blocking bugs" means.
Reporter | ||
Comment 6•13 years ago
|
||
(In reply to Pallani Kumaran from comment #5)
> So there should be two different patch files?
Yes.
> I do not know what "split them into 2(-3) blocking bugs" means.
It means: file 2 bugs, making them block this one, attach related patch to each.
Assignee | ||
Comment 7•13 years ago
|
||
Ok. I should do that for bug 735124 also?
Reporter | ||
Comment 8•13 years ago
|
||
(In reply to Pallani Kumaran from comment #7)
> Ok. I should do that for bug 735124 also?
Answered there ;-)
Reporter | ||
Updated•13 years ago
|
Reporter | ||
Comment 9•13 years ago
|
||
V.Fixed, per blocking bugs.
Assignee: nobody → pallanikumaran
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [good first bug][mentor=sgautherie] [meta]
Target Milestone: --- → mozilla14
Reporter | ||
Updated•13 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•