From b6f1b886c7b6e85415375edc2a1c9a7ddfb2c4f2 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Thu, 6 Aug 2026 15:43:56 -0400 Subject: [PATCH] typo --- src/invidious.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invidious.cr b/src/invidious.cr index c77904bb..adc4952e 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -51,7 +51,7 @@ require "./invidious/jobs/base_job" require "./invidious/jobs/*" # Show a nice message for unsupported versions of the Crystal compiler, -# encouraging the user compiling Invidiou, to update it's Crystal compiler +# encouraging the user compiling Invidious, to update it's Crystal compiler # version. {% if compare_versions(Crystal::VERSION, "1.12.0") < 0 %} {{ raise "Crystal version 1.12.0 or newer is required to build Invidious, \