From 12cd048478a60d548fd88658734bf073c4ca8704 Mon Sep 17 00:00:00 2001 From: Saf Date: Sun, 13 Sep 2020 12:54:18 -0700 Subject: [PATCH] Spelling fix --- lib/n65.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/n65.rb b/lib/n65.rb index 1809120..73ab045 100644 --- a/lib/n65.rb +++ b/lib/n65.rb @@ -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)