From e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 15 Aug 2024 09:32:37 -0700 Subject: Fix typos in comments This should result in no difference in configuration. --- modules/gitmirror/files/on-the-pull | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/gitmirror/files/on-the-pull') diff --git a/modules/gitmirror/files/on-the-pull b/modules/gitmirror/files/on-the-pull index ec2f979b..fb1c410d 100755 --- a/modules/gitmirror/files/on-the-pull +++ b/modules/gitmirror/files/on-the-pull @@ -176,7 +176,7 @@ class GitUpdater(Thread): raise Exception(f"Clone folder '{clonefolder}' appears to be a file :s") if changed and self.cmd: - # Udate the info/web/last-modified file as used by cgit + # Update the info/web/last-modified file as used by cgit os.chdir(clonefolder) command = [self.cmd, repo] if treeish: -- cgit v1.2.1