Skip to content

Commit 15e861e

Browse files
committed
spelling
1 parent 4ff3bd1 commit 15e861e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/picrate/native_folder.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def name
1919
return format(LINUX_FORMAT, '64') if /amd64/.match?(bit)
2020
return format(LINUX_FORMAT, ARM32) if /arm/.match?(bit)
2121
end
22-
raise RuntimeError, "Unsupported Archicture"
22+
raise RuntimeError, "Unsupported Architecture"
2323
end
2424

2525
def extension

0 commit comments

Comments
 (0)