merchant-frontend-examples

ZZZ: Inactive/Deprecated
Log | Files | Refs

commit e1ad41d04b4351421f2274f52ae06fb5396cdcc4
parent 940a219ffdba2df51f8fec17a684b336e1c5a153
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 19 Nov 2016 19:31:19 +0100

fix typos

Diffstat:
Mphp/helpers.php | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/php/helpers.php b/php/helpers.php @@ -14,7 +14,7 @@ } /** - * Concatenates '$base' and '$path'. Tipically used + * Concatenates '$base' and '$path'. Typically used * to add the path (represented by '$path') to a base URL * (represented by '$base'). */ @@ -49,7 +49,7 @@ } /** - * Take amount object in Taler format, and converts it + * Takes amount object in Taler format, and converts it * in a human-readable string. NOTE: Taler amounts objects * come from JSON of the form: * '{"value" x, "fraction": y, "currency": "CUR"}'