Skip to content

Commit 30543f3

Browse files
author
stephendonner
committed
Bug 1581676. Fix misspellings of 'Gecko profiling' in Talos and Raptor code. r=perftest-reviewers,Bebe
Differential Revision: https://phabricator.services.mozilla.com/D46097 --HG-- extra : moz-landing-system : lando
1 parent 59b47c5 commit 30543f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

testing/raptor/raptor/gecko_profile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

55
"""
6-
module to handle Gecko profilling.
6+
module to handle Gecko profiling.
77
"""
88
from __future__ import absolute_import
99

@@ -23,7 +23,7 @@
2323

2424
class GeckoProfile(object):
2525
"""
26-
Handle Gecko profilling.
26+
Handle Gecko profiling.
2727
2828
This allow to collect Gecko profiling data and to zip results in one file.
2929
"""

testing/talos/talos/gecko_profile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

55
"""
6-
module to handle Gecko profilling.
6+
module to handle Gecko profiling.
77
"""
88
from __future__ import absolute_import
99

@@ -21,7 +21,7 @@
2121

2222
class GeckoProfile(object):
2323
"""
24-
Handle Gecko profilling.
24+
Handle Gecko profiling.
2525
2626
This allow to collect Gecko profiling data and to zip results in one file.
2727
"""

0 commit comments

Comments
 (0)