Skip to content

Commit 0aa1875

Browse files
committed
Fix typo [ci skip]
1 parent 1226b67 commit 0aa1875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/optparse/test_did_you_mean.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def test_verbose
4444
end
4545
end
4646

47-
def test_ambiguos
47+
def test_ambiguous
4848
assert_raise_with_message(OptionParser::AmbiguousOption, /ambiguous option: --ba\nDid you mean\?\s+bar\s+baz\Z/) do
4949
@opt.permute!(%w"--ba")
5050
end

0 commit comments

Comments
 (0)