Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cllns committed Oct 11, 2022
1 parent c8fa3d9 commit d4d36fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/os.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def with_operating_system(os, &blk)
when /darwin/ then :macos
when /win32|mingw|bccwin|cygwin/ then :windows
else
raise "unkwnown OS: `#{host_os}'"
raise "unknown OS: `#{host_os}'"
end

blk.call if result == os
Expand Down

0 comments on commit d4d36fc

Please sign in to comment.