From b4865e78dd1dcdd6f7a19a01e3e336ee4b943718 Mon Sep 17 00:00:00 2001 From: Jah-yee <166608075+Jah-yee@users.noreply.github.com> Date: Sat, 27 Jun 2026 06:19:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20occured=E2=86=92occurred=20typ?= =?UTF-8?q?o=20in=20dosage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dosage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dosage b/dosage index c2c9de103f..6ac3f39ac6 100755 --- a/dosage +++ b/dosage @@ -118,7 +118,7 @@ def displayVersion(verbose): else: if value is None: value = 'invalid update file syntax' - text = ('An error occured while checking for an ' + text = ('An error occurred while checking for an ' 'update of %(app)s: %(error)s.') attrs = dict(error=value, app=configuration.AppName) print(text % attrs)