summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2012-05-14 23:01:19 +0200
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2012-05-14 23:02:21 +0200
commit972b8945b8d67666199cb32470fd1ab1c092bb93 (patch)
tree10ddece81dc65418498ddecfe8f9126707321687
parent642f5233205bca3bbc7cb2d30288386b38312e92 (diff)
downloadrockbox-972b8945b8d67666199cb32470fd1ab1c092bb93.tar.gz
rockbox-972b8945b8d67666199cb32470fd1ab1c092bb93.zip
Fix a typo.
Change-Id: I358add5df8971bc3eab4c4cf71d2e792e51979d1
-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