Closed
Bug 1457395
Opened 7 years ago
Closed 7 years ago
Misspelled "proces" in source codes
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: yuki, Assigned: yuki)
Details
Attachments
(1 file, 1 obsolete file)
5.84 KB,
patch
|
milan
:
review+
|
Details | Diff | Splinter Review |
I've found misspelled "proces" in sources. They should be spelled as "process".
https://dxr.mozilla.org/mozilla-central/search?q=proces++-process+-prproces+-uxproces+-path%3Athird_party+-file%3Afeed+-file%3Adictionary+-file%3Adic+-path%3Achromium+-path%3Awebrtc%2Ftrunk+-path%3Askia&redirect=false
Note: I've realized that there are two functions including the typo, but I couldn't find out any code referring them.
https://dxr.mozilla.org/mozilla-central/source/netwerk/srtp/src/include/ekt.h#149
https://dxr.mozilla.org/mozilla-central/source/netwerk/srtp/src/include/ekt.h#153
So I think they should be kept as-is, for backward compatibility.
Steps to reproduce: None.
Expected result: There is no typo.
Actual result: There is misspelled "proces".
Assignee | ||
Comment 1•7 years ago
|
||
This patch fixes misspelled "proces" in comments.
Assignee | ||
Updated•7 years ago
|
Version: unspecified → Trunk
Assignee | ||
Comment 2•7 years ago
|
||
I've regenerated the patch with the command "hg export -r XXX:XXX".
Attachment #8971502 -
Attachment is obsolete: true
Assignee | ||
Updated•7 years ago
|
Attachment #8971502 -
Flags: review?(milaninbugzilla)
Comment on attachment 8974621 [details] [diff] [review]
Patch for mozilla-central, with necessary information
Review of attachment 8974621 [details] [diff] [review]:
-----------------------------------------------------------------
::: widget/cocoa/TextInputHandler.mm
@@ +3751,5 @@
>
> MOZ_LOG(gLog, LogLevel::Info,
> ("%p IMEInputHandler::MaybeDispatchKeydownEvent, aIsProcessedByIME=%s "
> "currentKeyEvent={ mKeyEvent(%p)={ type=%s, keyCode=%s (0x%X) } }, "
> + "aIsProcessedBy=%s, IsDeadKeyComposing()=%s",
Are there any tools that are expecting the misspelled string when automatically parsing the log perhaps? I imagine not.
Attachment #8974621 -
Flags: review+
Updated•7 years ago
|
Attachment #8971502 -
Flags: review?(milaninbugzilla)
Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Updated•7 years ago
|
Assignee: nobody → yuki
Comment 4•7 years ago
|
||
Yuki, the change in nsprpub needs to be landed upstream rather than in mozilla-central (we'll then pick up the change with an upstream import). I've removed it from this patch so the rest of it can land, but can you please file a follow-up NSPR bug for that change? Thanks!
Flags: needinfo?(yuki)
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/cf373243d213
Fix typo "proces" in comments. r=milan
Keywords: checkin-needed
Assignee | ||
Comment 6•7 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM] from comment #4)
Thanks, I've filed the bug 1460820 for NSPR.
Flags: needinfo?(yuki)
Comment 7•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 62
You need to log in
before you can comment on or make changes to this bug.
Description
•