Closed Bug 403221 Opened 17 years ago Closed 17 years ago

Fix typo: |explaination| -> |explanation|

Categories

(Core :: General, defect)

defect
Not set
trivial

Tracking

()

RESOLVED FIXED
mozilla1.9beta2

People

(Reporter: sgautherie, Assigned: sgautherie)

References

()

Details

Attachments

(5 files, 1 obsolete file)

 
Summary: Fix type: |explaination| -> |explanation| → Fix typo: |explaination| -> |explanation|
Attachment #288021 - Flags: review?(kengert)
You could have just attached these to bug 106386 (and the first two don't need review since they only touch comments).
Blocks: 106386
Attachment #288017 - Flags: review?(jshin1987)
Attachment #288020 - Flags: review?(daniel.boelzle)
ghendricks, patch Dv1 affects Testopia. Do you want to check it in yourself?
Thanks, I have applied it to the Testopia base.
Comment on attachment 288021 [details] [diff] [review]
(Cv1) </security/manager/pki/resources/content/*>

I agree this patch is right. r=kengert on the assumption you have verified that all uses of this string ID are updated (I have not checked that).
Attachment #288021 - Flags: review?(kengert) → review+
Cv1, with added space after comma(s).
(Sorry, I didn't notice before.)
Attachment #288021 - Attachment is obsolete: true
Attachment #288380 - Flags: review?(kengert)
(In reply to comment #9)
> on the assumption you have verified that
> all uses of this string ID are updated (I have not checked that).

Yes, see the URL for this bug ... I've submitted patches for all occurrences.
Attachment #288380 - Flags: review?(kengert) → review+
Attachment #288380 - Flags: approval1.9?
Attachment #288380 - Flags: approval1.9? → approval1.9+
Whiteboard: [c-n: Av1, Bv1, Dv1, Ev1] → [c-n: Av1, Bv1, Cv1a, Ev1]
Attachment #288193 - Attachment description: (Dv1) </webtools/testopia/tr_quicksearch.cgi> → (Dv1) </webtools/testopia/tr_quicksearch.cgi> [Checkin: See comment 8]
Checking in java/webclient/src_moz/motif/BrowserControlNativeShimStub.cpp;
/cvsroot/mozilla/java/webclient/src_moz/motif/BrowserControlNativeShimStub.cpp,v  <--  BrowserControlNativeShimStub.cpp
new revision: 1.4; previous revision: 1.3
done
Checking in java/webclient/src_moz/motif/MotifBrowserControlCanvasStub.cpp;
/cvsroot/mozilla/java/webclient/src_moz/motif/MotifBrowserControlCanvasStub.cpp,v  <--  MotifBrowserControlCanvasStub.cpp
new revision: 1.5; previous revision: 1.4
done
Checking in java/webclient/src_moz/motif/NativeLoaderStub.cpp;
/cvsroot/mozilla/java/webclient/src_moz/motif/NativeLoaderStub.cpp,v  <--  NativeLoaderStub.cpp
new revision: 1.13; previous revision: 1.12
done
Checking in intl/uconv/util/ugen.c;
/cvsroot/mozilla/intl/uconv/util/ugen.c,v  <--  ugen.c
new revision: 1.24; previous revision: 1.23
done
Checking in calendar/libical/src/libical/icalrecur.h;
/cvsroot/mozilla/calendar/libical/src/libical/icalrecur.h,v  <--  icalrecur.h
new revision: 1.2; previous revision: 1.1
done
Checking in calendar/libical/src/libical/autogenex/ical.h;
/cvsroot/mozilla/calendar/libical/src/libical/autogenex/ical.h,v  <--  ical.h
new revision: 1.3; previous revision: 1.2
done
Checking in security/manager/pki/resources/content/editcerts.js;
/cvsroot/mozilla/security/manager/pki/resources/content/editcerts.js,v  <--  editcerts.js
new revision: 1.17; previous revision: 1.16
done
Checking in security/manager/pki/resources/content/editemailcert.xul;
/cvsroot/mozilla/security/manager/pki/resources/content/editemailcert.xul,v  <--  editemailcert.xul
new revision: 1.6; previous revision: 1.5
done
Checking in security/manager/pki/resources/content/editsslcert.xul;
/cvsroot/mozilla/security/manager/pki/resources/content/editsslcert.xul,v  <--  editsslcert.xul
new revision: 1.17; previous revision: 1.16
done
Status: NEW → RESOLVED
Closed: 17 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Whiteboard: [c-n: Av1, Bv1, Cv1a, Ev1]
Attachment #288017 - Attachment description: (Av1) </intl/uconv/util/ugen.c> → (Av1) </intl/uconv/util/ugen.c> [Checkin: Comment 12]
Attachment #288380 - Attachment description: (Cv1a) </security/manager/pki/resources/content/*> → (Cv1a) </security/manager/pki/resources/content/*> [Checkin: Comment 12]
Attachment #288020 - Attachment description: (Bv1) </calendar/libical/src/libical/*> → (Bv1) </calendar/libical/src/libical/*> [Checkin: Comment 12]
Attachment #288194 - Attachment description: (Ev1) </java/webclient/src_moz/motif/*> → (Ev1) </java/webclient/src_moz/motif/*> [Checkin: Comment 12]
It's fine if you don't seek review for such tree-wide changes from the respective module owner. 

But it's not fine, if you change files within a module, without at least informing the module owner (Daniel Boelzle for Calendar) or one of the main developers.

I find it unfortunate that I had to learn about this bug from looking at the checkin comments.
[Off topic]

(In reply to comment #4)
> (and the first two don't need review since they only touch comments).

(In reply to comment #13)
> it's not fine, if you change files within a module, without at least 

My review requests would have let people know ... Sorry.

[Off topic]
Sorry, I wasn't aware that the calendar project wanted to be notified of comment only typo fixes. They should probably make that known in bug 106386, which has changed calendar files in the past.
Gavin, we want to know for two reasons:

1. We currently implement a strict mirror policy between trunk and the 1.8 branch, 
   for Calendar code meaning that all changes have to land on both the trunk and 
   the branch to keep them in sync.
2. The libical that the patch touched here is not our own code, we just regularly 
   sync with upstream and any diversions from upstream make merging harder for us.
(Simon, feel free to either request branch approval or revert this patch, if either suits your project.)
I already committed the changes to Calendar files to the 1.8 branch. Branch approval is not needed for files in mozilla/calendar.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: