From 60df3efe3971fb54d3a10c557fbc30ff32512bb5 Mon Sep 17 00:00:00 2001 From: nnorwitz Date: Wed, 6 May 2009 05:31:57 +0000 Subject: [PATCH] Fix grammar in comment --- scripts/generator/cpp/gmock_class.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generator/cpp/gmock_class.py b/scripts/generator/cpp/gmock_class.py index 99a89655..a4435de4 100755 --- a/scripts/generator/cpp/gmock_class.py +++ b/scripts/generator/cpp/gmock_class.py @@ -35,7 +35,7 @@ import sys 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