summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com>2021-08-03 23:57:48 +0200
committerGitHub <noreply@github.com>2021-08-03 23:57:48 +0200
commit9b74cf32250cab44d802971b5cd8597cf2a2200b (patch)
treee34b513fe7c12492dfbc098ce5433dde67fb05d6 /src
parent1321c9092092a946d66b053f1dc3b71f922053ab (diff)
downloadinvidious-9b74cf32250cab44d802971b5cd8597cf2a2200b.tar.gz
invidious-9b74cf32250cab44d802971b5cd8597cf2a2200b.tar.bz2
invidious-9b74cf32250cab44d802971b5cd8597cf2a2200b.zip
Typo
Diffstat (limited to 'src')
-rw-r--r--src/invidious/helpers/crystal_class_overrides.cr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/invidious/helpers/crystal_class_overrides.cr b/src/invidious/helpers/crystal_class_overrides.cr
index 28afd5b5..bf56d826 100644
--- a/src/invidious/helpers/crystal_class_overrides.cr
+++ b/src/invidious/helpers/crystal_class_overrides.cr
@@ -1,4 +1,4 @@
-# Override of the TCPSocket and HTTP::Client classes in oder to allow an
+# Override of the TCPSocket and HTTP::Client classes in order to allow an
# IP family to be selected for domains that resolve to both IPv4 and
# IPv6 addresses.
#