From c124f57d805e4936f8b07d6f4a9a2fb59ab9d88c Mon Sep 17 00:00:00 2001 From: Jimmy Wilson Date: Mon, 23 Apr 2018 15:58:46 -0500 Subject: [PATCH] Correct typo "Mergeing" -> "Merging" --- codecov/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov/__init__.py b/codecov/__init__.py index 82e12136..ba8234b7 100644 --- a/codecov/__init__.py +++ b/codecov/__init__.py @@ -666,7 +666,7 @@ def main(*argv, **kwargs): # ----------------------------------------- # Ran from current directory if glob.glob(opj(os.getcwd(), '.coverage.*')): - write(' Mergeing coverage reports') + write(' Merging coverage reports') # The `-a` option is mandatory here. If we # have a `.coverage` in the current directory, calling # without the option would delete the previous data