summaryrefslogtreecommitdiff
path: root/php/helpers.php
diff options
context:
space:
mode:
Diffstat (limited to 'php/helpers.php')
-rw-r--r--php/helpers.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/php/helpers.php b/php/helpers.php
index 4e7362e..b86b424 100644
--- 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"}'