From 1e4211b20e8e57fe7b105b36501b8fc9e818852f Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Fri, 25 Dec 2020 06:39:37 +1100 Subject: docs: fix simple typo, repostory -> repository There is a small typo in git/repo/base.py. Should read `repository` rather than `repostory`. --- git/repo/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git') 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): -- cgit v1.2.1