Skip to content

Commit 7d53156

Browse files
committed
Fix typo in debug statement
1 parent e4d77b1 commit 7d53156

File tree

1 file changed

+1
-1
lines changed
  • lib/puppet/provider/mongodb_replset

1 file changed

+1
-1
lines changed

lib/puppet/provider/mongodb_replset/mongo.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def set_members
280280
Puppet.debug 'Replica set initialization has successfully ended'
281281
return true
282282
else
283-
Puppet.debug "Wainting for replica initialization. Retry: #{n}"
283+
Puppet.debug "Waiting for replica initialization. Retry: #{n}"
284284
sleep retry_sleep
285285
next
286286
end

0 commit comments

Comments
 (0)