Fix comment typo in TelemetryPing.js (no bug); r=trivial DONTBUILD

This commit is contained in:
Ed Morley 2012-06-21 14:41:24 +01:00
parent ceed4861d3
commit 68ecd4f040

View File

@ -173,7 +173,7 @@ TelemetryPing.prototype = {
// Generate a unique id once per session so the server can cope with
// duplicate submissions.
_uuid: generateUUID(),
// Regex that matches histograms we carea bout during startup.
// Regex that matches histograms we care about during startup.
_startupHistogramRegex: /SQLITE|HTTP|SPDY|CACHE|DNS/,
_slowSQLStartup: {},
_prevSession: null,