Spelling fix

This commit is contained in:
Saf 2020-09-13 12:54:18 -07:00
parent c335c24762
commit 12cd048478
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ module N65
class FileNotFound < StandardError; end
# Assemble from an asm file to a nes ROM
# TODO: This reall needs a logger instead of all these unless quiet conditions
# TODO: This really needs a logger instead of all these unless quiet conditions
def self.from_file(infile, options)
raise(FileNotFound, infile) unless File.exist?(infile)