From c9608def4fe94c22a2eb0ab569f635f0c62b980f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 5 Oct 2015 16:30:04 +0800 Subject: [PATCH] UpdateCurrencyRate.php --- UpdateCurrencyRate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UpdateCurrencyRate.php b/UpdateCurrencyRate.php index 298d069a..1607bc9f 100644 --- a/UpdateCurrencyRate.php +++ b/UpdateCurrencyRate.php @@ -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"); -- 2.39.2