Skip to content

Commit 2f5b9e0

Browse files
committed
Merge pull request rspec#2141 from lacrosse/fix-typo
Fix typo in Parser#parser
2 parents 62ee2a9 + e433527 commit 2f5b9e0

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)