Skip to content

Commit 80dc781

Browse files
author
Tod Beardsley
committed
Email over E-mail
While I believe "e-mail" is the actually correct spelling, we tend to say "email" everywhere else. See: ```` todb@mazikeen:~/git/rapid7/metasploit-framework$ grep -ri "print.*email" modules/ | wc -l 19 [ruby-2.1.5@metasploit-framework](fixup-grammar) todb@mazikeen:~/git/rapid7/metasploit-framework$ grep -ri "print.*e-mail" modules/ | wc -l 1 ````
1 parent 738fc78 commit 80dc781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/windows/gather/credentials/outlook.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def get_registry
125125
print_good("Account Found:")
126126
print_status(" Type: #{type}")
127127
print_status(" User Display Name: #{displayname}")
128-
print_status(" User E-mail Address: #{email}")
128+
print_status(" User Email Address: #{email}")
129129

130130
if type == "POP3"
131131
pop3_pw = get_valdata(k, 'POP3 Password')

0 commit comments

Comments
 (0)