diff options
Diffstat (limited to 'includes/token.inc')
-rw-r--r-- | includes/token.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/token.inc b/includes/token.inc index 1682b4fde..3f9a5b5ce 100644 --- a/includes/token.inc +++ b/includes/token.inc @@ -50,7 +50,7 @@ * Replace all tokens in a given string with appropriate values. * * @param $text - * A string potentially containing replacable tokens. + * A string potentially containing replaceable tokens. * @param $data * (optional) An array of keyed objects. For simple replacement scenarios * 'node', 'user', and others are common keys, with an accompanying node or |