diff --git a/sherlock/sherlock.py b/sherlock/sherlock.py index a69ed07..8b755da 100644 --- a/sherlock/sherlock.py +++ b/sherlock/sherlock.py @@ -532,7 +532,7 @@ def main(): f"You are running version {local_version}. Version {remote_version} is available at https://git.io/sherlock") except Exception as error: - print(f"A problem occured while checking for an update: {error}") + print(f"A problem occurred while checking for an update: {error}") # Argument check