mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix comment typo in TelemetryPing.js (no bug); r=trivial DONTBUILD
This commit is contained in:
parent
ceed4861d3
commit
68ecd4f040
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user