summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutils/common/gitscraper.py2
1 files changed, 1 insertions, 1 deletions
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 @@
19 19
20This module provides functions to get a subset of files from a git repository. 20This module provides functions to get a subset of files from a git repository.
21The files to retrieve can be specified, and the git tree to work on can be 21The files to retrieve can be specified, and the git tree to work on can be
22specified. That was arbitrary trees can be retrieved (like a subset of files 22specified. That way arbitrary trees can be retrieved (like a subset of files
23for a given tag). 23for a given tag).
24 24
25Retrieved files can be packaged into a bzip2 compressed tarball or stored in a 25Retrieved files can be packaged into a bzip2 compressed tarball or stored in a