Resolves issue #2
This commit is contained in:
Josh Sherman 2021-05-19 22:34:49 -05:00 committed by GitHub
commit 0644b94303
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,7 +122,7 @@ class ProjectHoneyPot
/** /**
* DNS Get Record * DNS Get Record
* *
* Wrapper method for dns_get_record() to allow fo easy mocking of the * Wrapper method for dns_get_record() to allow for easy mocking of the
* results in our tests. Takes an already reversed IP address and does a * results in our tests. Takes an already reversed IP address and does a
* DNS lookup for A records against the http:BL API. * DNS lookup for A records against the http:BL API.
* *