Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Fix typo in Parser#parser #2141

Merged
merged 1 commit into from
Dec 24, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/rspec/core/option_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def parser(options)
begin
Integer(argument)
rescue ArgumentError
RSpec.warning "Non integer specified as profile count, seperate " \
RSpec.warning "Non integer specified as profile count, separate " \
"your path from options with -- e.g. " \
"`rspec --profile -- #{argument}`",
:call_site => nil
Expand Down