From d96fdc3120bd0f5dab5d55dda1276c5f01e21e1d Mon Sep 17 00:00:00 2001 From: peter279k Date: Mon, 4 Jan 2021 01:42:44 +0800 Subject: [PATCH] Resolves issue #2 --- src/ProjectHoneyPot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ProjectHoneyPot.php b/src/ProjectHoneyPot.php index 613b5f1..a82b243 100644 --- a/src/ProjectHoneyPot.php +++ b/src/ProjectHoneyPot.php @@ -122,7 +122,7 @@ class ProjectHoneyPot /** * 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 * DNS lookup for A records against the http:BL API. *