Skip to content

Commit

Permalink
Framework::Parts::Audit: Typo fixes in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Zapotek committed Apr 28, 2015
1 parent 62cf671 commit f5bcf57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/arachni/framework/parts/audit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -215,14 +215,14 @@ def audit_queues
while !suspended? && !page_limit_reached? &&
(page = next_page || pop_page_from_url_queue)

# Helps us schedule the next page to be grabbed along with the audit
# requests for the current page to avoid blocking.
# Schedule the next page to be grabbed along with the audit requests
# for the current page in order to avoid blocking.
next_page = nil
next_page_call = proc do
pop_page_from_url_queue { |p| next_page = p }
end

# If we can login capabilities make sure that our session is valid
# If we have login capabilities make sure that our session is valid
# before grabbing and auditing the next page.
if session.can_login?
# Schedule the login check to happen along with the audit requests
Expand Down

0 comments on commit f5bcf57

Please sign in to comment.