Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
environeent -> environment
  • Loading branch information
makenowjust authored and ko1 committed Sep 25, 2023
1 parent 3073129 commit 840d8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/console/control_flow_commands_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def test_finish
end

def test_finish_0
omit "This test failed with only reline environeent. It may be bug of Reline" unless defined?(Readline)
omit "This test failed with only reline environment. It may be bug of Reline" unless defined?(Readline)

debug_code program do
type 'b 8'
Expand Down

0 comments on commit 840d8ad

Please sign in to comment.