commit | 60df3efe3971fb54d3a10c557fbc30ff32512bb5 | [log] [tgz] |
---|---|---|
author | nnorwitz <nnorwitz@8415998a-534a-0410-bf83-d39667b30386> | Wed May 06 05:31:57 2009 +0000 |
committer | nnorwitz <nnorwitz@8415998a-534a-0410-bf83-d39667b30386> | Wed May 06 05:31:57 2009 +0000 |
tree | c3dd4d3c08161188fb236e7efd9fd10458eaada9 | |
parent | 987a978c3c525cbc796824493436195872b89a0b [diff] |
Fix grammar in comment
diff --git a/scripts/generator/cpp/gmock_class.py b/scripts/generator/cpp/gmock_class.py index 99a8965..a4435de 100755 --- a/scripts/generator/cpp/gmock_class.py +++ b/scripts/generator/cpp/gmock_class.py
@@ -35,7 +35,7 @@ from cpp import ast from cpp import utils -# How many spaces to indent. Can me set with INDENT environment variable. +# How many spaces to indent. Can set me with INDENT environment variable. _INDENT = 2