Typo in comment

This commit is contained in:
Brian Candler 2009-03-26 21:39:36 +00:00
parent ada5b1660f
commit f9278a4ca6

View file

@ -145,7 +145,7 @@ module CouchRest
retryable = true
begin
design_doc.view(view_name, opts, &block)
# the design doc could have been deleted by a rouge process
# the design doc could have been deleted by a rogue process
rescue RestClient::ResourceNotFound => e
if retryable
refresh_design_doc