From a29df87d39e87fa464bf248e1b4b98a057a86730 Mon Sep 17 00:00:00 2001 From: noah Date: Tue, 7 Dec 2021 09:51:04 +0100 Subject: [PATCH] fix typo --- sherlock/sherlock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock/sherlock.py b/sherlock/sherlock.py index a69ed077..8b755da8 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