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:
dwitte%stanford.edu 2003-10-10 04:31:15 +00:00
parent dd4d098cc1
commit 7a2d3ff642
2 changed files with 4 additions and 4 deletions

View File

@ -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 */

View File

@ -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;