Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ttilberg committed Jun 30, 2021
1 parent 43d2478 commit 750ccac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/octopoller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def poll(wait: 1, timeout: nil, retries: nil)
sleep wait
wait *= 2 if exponential_backoff
end
raise TimeoutError, "Polling timed out paitently"
raise TimeoutError, "Polling timed out patiently"
else
(retries + 1).times do
block_value = yield
Expand Down

0 comments on commit 750ccac

Please sign in to comment.