From 972b8945b8d67666199cb32470fd1ab1c092bb93 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Mon, 14 May 2012 23:01:19 +0200 Subject: Fix a typo. Change-Id: I358add5df8971bc3eab4c4cf71d2e792e51979d1 --- utils/common/gitscraper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/common/gitscraper.py b/utils/common/gitscraper.py index 2ced9ec07e..774867f7ba 100755 --- a/utils/common/gitscraper.py +++ b/utils/common/gitscraper.py @@ -19,7 +19,7 @@ This module provides functions to get a subset of files from a git repository. The files to retrieve can be specified, and the git tree to work on can be -specified. That was arbitrary trees can be retrieved (like a subset of files +specified. That way arbitrary trees can be retrieved (like a subset of files for a given tag). Retrieved files can be packaged into a bzip2 compressed tarball or stored in a -- cgit