From 59d9fd1530bfa4a43eb77ef07a72efa50d554118 Mon Sep 17 00:00:00 2001 From: "dilmah@chromium.org" Date: Thu, 3 Mar 2011 12:59:40 +0000 Subject: Fix spelling in recent commit BUG=None TEST=None TBR=evan@chromium.org Review URL: http://codereview.chromium.org/6618001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76737 0039d316-1c4b-4281-b951-d872f2087c98 --- build/util/lastchange.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/util') diff --git a/build/util/lastchange.py b/build/util/lastchange.py index 75176f0..4e5311b 100755 --- a/build/util/lastchange.py +++ b/build/util/lastchange.py @@ -117,7 +117,7 @@ def IsGitSVN(directory): proc = RunGitCommand(directory, ['config', '--get-regexp', '^svn']) if proc: return (proc.wait() == 0) - return false + return False def FetchGitSVNURL(directory): -- cgit v1.1