Skip to content

Commit

Permalink
Merge pull request #11 from Marcosfou/master
Browse files Browse the repository at this point in the history
Fix minor spelling typo
  • Loading branch information
ithilgore authored Jul 23, 2016
2 parents d72ab98 + 8d49cbe commit 8053e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets.cc
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ static int hostInExclude(struct sockaddr *checksock, size_t checksocklen,
}
#if HAVE_IPV6
else if (targets_type == TargetGroup::IPV6_ADDRESS) {
fatal("exclude file not supported for IPV6 -- If it is important to you, send a mail to fyodor@insecure.org so I can guage support\n");
fatal("exclude file not supported for IPV6 -- If it is important to you, send a mail to fyodor@insecure.org so I can gauge support\n");
}
#endif
}
Expand Down

0 comments on commit 8053e36

Please sign in to comment.