Skip to content

Commit

Permalink
Merge pull request #21 from ydah/fix-typos
Browse files Browse the repository at this point in the history
Fix some typos
  • Loading branch information
tompng authored Sep 18, 2024
2 parents 6f0014e + 1719f86 commit 92e188a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Yamatanooroti is a multi-platform real(?) terminal testing framework.

Supporting envronments:
Supporting environments:

- vterm gem
- Windows command prompt
Expand Down
2 changes: 1 addition & 1 deletion test/yamatanooroti/test_run_ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def get_into_tmpdir
Dir.mkdir(@tmpdir)
end
@inputrc_backup = ENV['INPUTRC']
@inputrc_file = ENV['INPUTRC'] = File.join(@tmpdir, 'temporaty_inputrc')
@inputrc_file = ENV['INPUTRC'] = File.join(@tmpdir, 'temporary_inputrc')
File.unlink(@inputrc_file) if File.exist?(@inputrc_file)
end

Expand Down

0 comments on commit 92e188a

Please sign in to comment.