1
0
mirror of https://github.com/safiire/n65.git synced 2024-06-11 07:29:27 +00:00

Spelling fix

This commit is contained in:
Saf 2020-09-13 12:54:18 -07:00
parent c335c24762
commit 12cd048478

View File

@ -16,7 +16,7 @@ module N65
class FileNotFound < StandardError; end class FileNotFound < StandardError; end
# Assemble from an asm file to a nes ROM # 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) def self.from_file(infile, options)
raise(FileNotFound, infile) unless File.exist?(infile) raise(FileNotFound, infile) unless File.exist?(infile)