mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Typo
This commit is contained in:
parent
f7fe177685
commit
dba2e23750
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ module Spectator
|
||||||
io << '"'
|
io << '"'
|
||||||
|
|
||||||
# Add source if it's available.
|
# Add source if it's available.
|
||||||
if (sourse = self.source)
|
if (source = self.source)
|
||||||
io << " @ "
|
io << " @ "
|
||||||
io << source
|
io << source
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue