Skip to content

Commit

Permalink
Wording fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jhs committed Feb 23, 2011
1 parent ebdb324 commit bec0507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audit_couchdb.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function CouchAudit(url) {
else if(admin_names.length > 1)
self.V({ level: 'medium'
, fact : admin_names.length + " system admin accounts: " + JSON.stringify(admin_names)
, hint : 'In production, admins should be used rarely or never, but yet you have more than one'
, hint : 'In production, admins should be used rarely or never, but yet you have many'
});
}

Expand Down

0 comments on commit bec0507

Please sign in to comment.