Skip to content

Commit e433527

Browse files
committed
Fix typo in Parser#parser
1 parent 62ee2a9 commit e433527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rspec/core/option_parser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def parser(options)
151151
begin
152152
Integer(argument)
153153
rescue ArgumentError
154-
RSpec.warning "Non integer specified as profile count, seperate " \
154+
RSpec.warning "Non integer specified as profile count, separate " \
155155
"your path from options with -- e.g. " \
156156
"`rspec --profile -- #{argument}`",
157157
:call_site => nil

0 commit comments

Comments
 (0)