Skip to content

Commit

Permalink
! typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Hanke authored and kschiess committed Oct 29, 2010
1 parent 64a3444 commit 52eceff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/parslet/atoms_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def gio(str)
@parslet = str('foo').repeat.maybe
end

it "should not loop infinitly" do
it "should not loop infinitely" do
lambda {
timeout(1) { parslet.parse('bar') }
}.should raise_error(Parslet::ParseFailed)
Expand Down

0 comments on commit 52eceff

Please sign in to comment.