Index: tools/telemetry/telemetry/core/platform/__init__.py |
diff --git a/tools/telemetry/telemetry/core/platform/__init__.py b/tools/telemetry/telemetry/core/platform/__init__.py |
index 70c423f7f773a3f40ee82ffa5b7519b4f3908fb6..f183454f0fa04234b8cf2ccf31b0d09638851700 100644 |
--- a/tools/telemetry/telemetry/core/platform/__init__.py |
+++ b/tools/telemetry/telemetry/core/platform/__init__.py |
@@ -133,7 +133,7 @@ class Platform(object): |
def IsApplicationRunning(self, application): |
"""Returns whether an application is currently running.""" |
- return self._platform_backend.IsApplicationLaunchning(application) |
+ return self._platform_backend.IsApplicationRunning(application) |
def CanLaunchApplication(self, application): |
"""Returns whether the platform can launch the given application.""" |