summaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
Diffstat (limited to 'git')
-rw-r--r--git/repo/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/repo/base.py b/git/repo/base.py
index a935cfa7..8f1ef0a6 100644
--- a/git/repo/base.py
+++ b/git/repo/base.py
@@ -466,7 +466,7 @@ class Repo(object):
One of the following values
system = system wide configuration file
global = user level configuration file
- repository = configuration file for this repostory only"""
+ repository = configuration file for this repository only"""
return GitConfigParser(self._get_config_path(config_level), read_only=False, repo=self)
def commit(self, rev=None):