Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5ddae7

Browse files
committed
small change in message
1 parent efae52e commit b5ddae7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/world/world

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ while ($addr = shift @ARGV) {
133133

134134
if ($nameorg{$_}) {
135135
# its one of the `special' USA organizational domains
136-
print "$addr is a USA $nameorg{$_} organization\n";
136+
print "$addr is from a USA $nameorg{$_} organization\n";
137137
}
138138
elsif ($country{$_}) {
139139
# its a country code

0 commit comments

Comments
 (0)