summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-11-01 21:29:39 -0400
committerTim Graham <timograham@gmail.com>2013-11-01 21:29:39 -0400
commit090315f5dfb9b0a6539daaec6cb88ad93e6e77af (patch)
tree9d0f3ee23a50a2b819cc15de88f85ce83a0c6b7d /docs/ref
parentede04f94bd0efe1fe9354c58b3a7ca918fd11ea6 (diff)
Fixed spelling ("dependant" -> "dependent")
Dependent means reliant on. A dependant is a person like a child or spouse. Thanks Andrew Wilcox for the report.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/templates/builtins.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index 3896f80e77..48412239ad 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -2028,7 +2028,7 @@ Formats a time according to the given format.
Given format can be the predefined one :setting:`TIME_FORMAT`, or a custom
format, same as the :tfilter:`date` filter. Note that the predefined format
-is locale-dependant.
+is locale-dependent.
For example::