Commit: bc9f028a74cf59f6c0e6b4febca0b90f4b858b81 Author: Sherif Ramadan <[email protected]> Fri, 22 Nov 2013 19:45:18 -0500 Parents: 3e403992c4c32e2e285cf80cdbbda3d82766a254 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=bc9f028a74cf59f6c0e6b4febca0b90f4b858b81 Log: Fix spelling error. It's unknown not uknown. Changed paths: M eol.php Diff: diff --git a/eol.php b/eol.php index 60229a5..6c9ab29 100644 --- a/eol.php +++ b/eol.php @@ -70,7 +70,7 @@ site_header('Unsupported Branches'); ) . " ago"; } } catch(Exception $e) { - $eolPeriod = 'uknown...'; + $eolPeriod = 'unknown...'; } ?> <tr> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
