Skip to content

Commit

Permalink
#56 better wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Jun 29, 2017
1 parent 9378d21 commit 394fcad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analyzers/CIRCLPassiveSSL/circl_passivessl.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ def summary(self, raw):
r = len(raw['certificates'])

if r == 0 or r == 1:
value = "\"{} hit\"".format(r)
value = "\"{} record\"".format(r)
else:
value = "\"{} hits\"".format(r)
value = "\"{} records\"".format(r)
taxonomies.append(self.build_taxonomy(level, namespace, predicate, value))

return {"taxonomies": taxonomies}
Expand Down

0 comments on commit 394fcad

Please sign in to comment.