Skip to content

Commit

Permalink
Change 'checkouted' to 'checked out' (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
jellebouwman authored Jun 20, 2022
1 parent 1ce252e commit 3fdb382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gto/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __init__(self, path) -> None:


class NoFile(GTOException):
_message = "No file/folder found in '{path}' for checkouted commit"
_message = "No file/folder found in '{path}' for checked out commit"

def __init__(self, path) -> None:
self.message = self._message.format(path=path)
Expand Down

0 comments on commit 3fdb382

Please sign in to comment.