Skip to content

Commit 147b933

Browse files
committed
Fix typo
1 parent 4fe4c2f commit 147b933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/support/os.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def with_operating_system(os, &blk)
1313
when /darwin/ then :macos
1414
when /win32|mingw|bccwin|cygwin/ then :windows
1515
else
16-
raise "unkwnown OS: `#{host_os}'"
16+
raise "unknown OS: `#{host_os}'"
1717
end
1818

1919
blk.call if result == os

0 commit comments

Comments
 (0)