From 8dffba51b4fd88f7d26a43cf6d1fbbe3cdb9f44d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Thu, 9 Mar 2017 11:35:14 +0200 Subject: Spelling fixes --- git/exc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/exc.py') diff --git a/git/exc.py b/git/exc.py index a8c66ad1..69ecc1d0 100644 --- a/git/exc.py +++ b/git/exc.py @@ -118,7 +118,7 @@ class HookExecutionError(CommandError): class RepositoryDirtyError(Exception): - """Thrown whenever an operation on a repository fails as it has uncommited changes that would be overwritten""" + """Thrown whenever an operation on a repository fails as it has uncommitted changes that would be overwritten""" def __init__(self, repo, message): self.repo = repo -- cgit v1.2.3