1 parent 24f75e7 commit 1e4211bCopy full SHA for 1e4211b
git/repo/base.py
@@ -466,7 +466,7 @@ def config_writer(self, config_level="repository"):
466
One of the following values
467
system = system wide configuration file
468
global = user level configuration file
469
- repository = configuration file for this repostory only"""
+ repository = configuration file for this repository only"""
470
return GitConfigParser(self._get_config_path(config_level), read_only=False, repo=self)
471
472
def commit(self, rev=None):
0 commit comments