UpdateCurrencyRate.php
authorAlan Knowles <alan@roojs.com>
Mon, 5 Oct 2015 08:30:04 +0000 (16:30 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 5 Oct 2015 08:30:04 +0000 (16:30 +0800)
UpdateCurrencyRate.php

index 298d069..1607bc9 100644 (file)
@@ -40,7 +40,7 @@ class Pman_Core_UpdateCurrencyRate extends Pman
         
         $hkd = $d->convert(1,'USD','HKD');
         
-        echo "1 USD is ~ $hkd HKD (should be aobut 7.75)\n ";
+        echo "1 USD is ~ $hkd HKD (should be about 7.75)\n ";
         
         die("done");