mirror of
https://github.com/safiire/n65.git
synced 2025-03-03 01:30:07 +00:00
Spelling fix
This commit is contained in:
parent
c335c24762
commit
12cd048478
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user