Skip to content

Commit eb53329

Browse files
Fixed two minor typos.
1 parent e898005 commit eb53329

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git/repo/base.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ class Repo(object):
5656
5757
The following attributes are worth using:
5858
59-
'working_dir' is the working directory of the git command, wich is the working tree
59+
'working_dir' is the working directory of the git command, which is the working tree
6060
directory if available or the .git directory in case of bare repositories
6161
6262
'working_tree_dir' is the working tree directory, but will raise AssertionError
6363
if we are a bare repository.
6464
65-
'git_dir' is the .git repository directoy, which is always set."""
65+
'git_dir' is the .git repository directory, which is always set."""
6666
DAEMON_EXPORT_FILE = 'git-daemon-export-ok'
6767
__slots__ = ( "working_dir", "_working_tree_dir", "git_dir", "_bare", "git", "odb" )
6868

0 commit comments

Comments
 (0)