Typo fixed in method name
authorRoland Häder <roland@mxchange.org>
Mon, 30 Mar 2009 07:10:28 +0000 (07:10 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 30 Mar 2009 07:10:28 +0000 (07:10 +0000)
inc/classes/main/console/class_ConsoleTools.php

index 049b29a98da8f1c9ba8d41a29a228b6977c93730..855cd0c3bb36d8d04f226c5ce64387a8e0d7aaec 100644 (file)
@@ -37,7 +37,7 @@ class ConsoleTools extends BaseFrameworkSystem {
         *
         * @return      $ip             The resolved IP address
         */
-       public static function aquireSelfIPAddress () {
+       public static function acquireSelfIPAddress () {
                // Local IP by default
                $ip = "127.0.0.1";