Skip to content

Commit 03afe97

Browse files
fix typo
1 parent 958096f commit 03afe97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ function getCurrentPublicIPv6()
324324
return $providedIPv6;
325325
}
326326

327-
outputStdout('Getting IPv6 address from ' . IPV6_ADDRESS_URL. '.');
327+
outputStdout('Getting IPv6 address from ' . IPV6_ADDRESS_URL . '.');
328328

329329
$url = IPV6_ADDRESS_URL;
330330
$ch = initializeCurlHandlerGetIP($url);

0 commit comments

Comments
 (0)