We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff3bd1 commit 15e861eCopy full SHA for 15e861e
lib/picrate/native_folder.rb
@@ -19,7 +19,7 @@ def name
19
return format(LINUX_FORMAT, '64') if /amd64/.match?(bit)
20
return format(LINUX_FORMAT, ARM32) if /arm/.match?(bit)
21
end
22
- raise RuntimeError, "Unsupported Archicture"
+ raise RuntimeError, "Unsupported Architecture"
23
24
25
def extension
0 commit comments