summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2009-06-17 15:44:01 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2009-06-17 15:44:01 -0400
commit06ba4212b9cb682acf391ece691df57fa01b053a (patch)
treed25ab81078cedea453e598984d88fdabc076f6f2 /doc
parent2fb91bad8a4f43598c67ef7de610764c9a5c9e90 (diff)
downloadslapi-nis-06ba4212b9cb682acf391ece691df57fa01b053a.tar.gz
slapi-nis-06ba4212b9cb682acf391ece691df57fa01b053a.tar.xz
slapi-nis-06ba4212b9cb682acf391ece691df57fa01b053a.zip
- remove a typo word
Diffstat (limited to 'doc')
-rw-r--r--doc/format-specifiers.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/format-specifiers.txt b/doc/format-specifiers.txt
index c9cd87d..9868552 100644
--- a/doc/format-specifiers.txt
+++ b/doc/format-specifiers.txt
@@ -49,8 +49,8 @@ entry. Generally, function invocations look like this:
A function invocation uses a comma-separated list of double-quoted
arguments. Any arguments which themselves contain a double-quote need
to escape the double-quote using a '\' character. Naturally, the '\'
-this character itself also needs to be escaped whenever it appears.
-Some functions can take expressions as arguments, allowing functions to
+character itself also needs to be escaped whenever it appears. Some
+functions can take expressions as arguments, allowing functions to
operate on data after it has been acted on by other functions.
== Implemented Functions ==