diff options
author | Guido Günther <agx@sigxcpu.org> | 2010-05-02 11:01:50 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2010-05-02 11:01:50 +0200 |
commit | 9521e6c65c37d887ccf681c53d2addba31afbc03 (patch) | |
tree | 236c09f78b17803036b909adce1147ff10faccdc /examples | |
parent | b28c2775f2159923407e473e4a8ed294713336d2 (diff) | |
download | git-buildpackage-9521e6c65c37d887ccf681c53d2addba31afbc03.tar.gz git-buildpackage-9521e6c65c37d887ccf681c53d2addba31afbc03.tar.bz2 git-buildpackage-9521e6c65c37d887ccf681c53d2addba31afbc03.zip |
Fix typo
Thanks: Paul Menzel
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/zeitgeist-git.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/zeitgeist-git.py b/examples/zeitgeist-git.py index 03106e2d..ba184d6f 100755 --- a/examples/zeitgeist-git.py +++ b/examples/zeitgeist-git.py @@ -52,7 +52,7 @@ else: def get_repo(): - """Get uri of remote repository and it's name""" + """Get uri of remote repository and its name""" repo = None uri = subprocess.Popen(['git', 'config', '--get', 'remote.origin.url'], stdout=subprocess.PIPE).communicate()[0] |