Skip to content

Commit

Permalink
Corrects crawl.finger_bing reference to Google
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Femerstrand committed Jan 27, 2016
1 parent e65fc33 commit bc44d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion w3af/plugins/crawl/bing_spider.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def get_options(self):
:return: A list of option objects for this plugin.
"""
ol = OptionList()
d = 'Fetch the first "result_limit" results from the Google search'
d = 'Fetch the first "result_limit" results from the Bing search'
o = opt_factory('result_limit', self._result_limit, d, 'integer')
ol.add(o)

Expand Down

0 comments on commit bc44d02

Please sign in to comment.