Fix typo in a metrics.py message

Change-Id: Ifb598565e0a048cc0acbb8afa506762ab05ce42c
Reviewed-on: https://chromium-review.googlesource.com/1192443
Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org>
Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
diff --git a/metrics.py b/metrics.py
index c7edc36..6b556e2 100644
--- a/metrics.py
+++ b/metrics.py
@@ -31,7 +31,7 @@
 
 INVALID_CONFIG_WARNING = (
     'WARNING: Your metrics.cfg file was invalid or nonexistent. A new one will '
-    'been created.'
+    'be created.'
 )
 PERMISSION_DENIED_WARNING = (
     'Could not write the metrics collection config:\n\t%s\n'