Skip to content

Commit 3568457

Browse files
committed
Fix spelling mistake in print text for Values::EmailAddress.
1 parent 02dbba9 commit 3568457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/ronin/recon/cli/printing.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module Printing
4444
Values::Cert => 'SSL/TLS certificate',
4545
Values::Website => 'website',
4646
Values::URL => 'URL',
47-
Values::EmailAddress => 'email addresse'
47+
Values::EmailAddress => 'email address'
4848
}
4949

5050
#

0 commit comments

Comments
 (0)