aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-05-02 11:01:50 +0200
committerGuido Günther <agx@sigxcpu.org>2010-05-02 11:01:50 +0200
commit9521e6c65c37d887ccf681c53d2addba31afbc03 (patch)
tree236c09f78b17803036b909adce1147ff10faccdc /examples
parentb28c2775f2159923407e473e4a8ed294713336d2 (diff)
Fix typo
Thanks: Paul Menzel
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/zeitgeist-git.py2
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]