This commit is contained in:
Michael Miller 2020-11-07 15:24:22 -07:00
parent f7fe177685
commit dba2e23750
No known key found for this signature in database
GPG key ID: F9A0C5C65B162436

View file

@ -54,7 +54,7 @@ module Spectator
io << '"'
# Add source if it's available.
if (sourse = self.source)
if (source = self.source)
io << " @ "
io << source
end