Chromium Code Reviews| Index: tools/cov.py |
| diff --git a/tools/cov.py b/tools/cov.py |
| index 5313c15a856c3134d2dd8d162f2fd8ab3baf7ee2..ff9772857285a9ec59c4d264321b84e8158b44ae 100755 |
| --- a/tools/cov.py |
| +++ b/tools/cov.py |
| @@ -61,7 +61,7 @@ def add_arguments(parser): |
| truly cannot cover it. |
| 'no win32': Code that only executes when not on Windows. |
| 'python2': Code that only executes under Python2. |
| - 'python3': Code that only executees under Python3. |
| + 'python3': Code that only executes under Python3. |
| 'untested': Code that does not yet have tests. |
| 'win32': Code that only executes on Windows. |