mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 19:10:36 +00:00
spelling fixes... s/debuging/debugging/. thanks to WeirdAl for the patch.
b=106386, p=ajvincent@juno.com, r=timeless, sr=bz.
This commit is contained in:
parent
dd4d098cc1
commit
7a2d3ff642
@ -281,13 +281,13 @@ static nsModuleComponentInfo components[] =
|
||||
NS_STRCDETECTOR_CONTRACTID_BASE "ukprob", nsUKStringProbDetectorConstructor,
|
||||
NULL, NULL},
|
||||
#ifdef INCLUDE_DBGDETECTOR
|
||||
{ "Debuging Detector 1st block", NS_1STBLKDBG_DETECTOR_CID,
|
||||
{ "Debugging Detector 1st block", NS_1STBLKDBG_DETECTOR_CID,
|
||||
NS_CHARSET_DETECTOR_CONTRACTID_BASE "1stblkdbg", ns1stBlkDbgDetectorConstructor,
|
||||
NULL, NULL},
|
||||
{ "Debuging Detector 2nd block", NS_2NDBLKDBG_DETECTOR_CID,
|
||||
{ "Debugging Detector 2nd block", NS_2NDBLKDBG_DETECTOR_CID,
|
||||
NS_CHARSET_DETECTOR_CONTRACTID_BASE "2ndblkdbg", ns2ndBlkDbgDetectorConstructor,
|
||||
NULL, NULL},
|
||||
{ "Debuging Detector Last block", NS_LASTBLKDBG_DETECTOR_CID,
|
||||
{ "Debugging Detector Last block", NS_LASTBLKDBG_DETECTOR_CID,
|
||||
NS_CHARSET_DETECTOR_CONTRACTID_BASE "lastblkdbg", nsLastBlkDbgDetectorConstructor,
|
||||
NULL, NULL},
|
||||
#endif /* INCLUDE_DBGDETECTOR */
|
||||
|
@ -2533,7 +2533,7 @@ jsdService::Off (void)
|
||||
mOn = PR_FALSE;
|
||||
|
||||
#ifdef DEBUG
|
||||
printf ("+++ JavaScript debuging hooks removed.\n");
|
||||
printf ("+++ JavaScript debugging hooks removed.\n");
|
||||
#endif
|
||||
|
||||
return NS_OK;
|
||||
|
Loading…
x
Reference in New Issue
Block a user