aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Boyd <bebarino@gmail.com>2009-05-16 02:24:44 -0700
committerJunio C Hamano <gitster@pobox.com>2009-05-16 11:47:10 -0700
commitca156cfcc2dee5a1cee4f96023bb2f8c15a2c48c (patch)
treebc10fe840034b5eb1ff24c3f8c4817660cb299a1
parent90f2e6526b3b800af4d10b900167a508b3774b98 (diff)
downloadgit-ca156cfcc2dee5a1cee4f96023bb2f8c15a2c48c.tar.gz
git-ca156cfcc2dee5a1cee4f96023bb2f8c15a2c48c.tar.xz
api-parse-options.txt: use 'func' instead of 'funct'
Signed-off-by: Stephen Boyd <bebarino@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/technical/api-parse-options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-parse-options.txt b/Documentation/technical/api-parse-options.txt
index e66ca9f70..e30c602f4 100644
--- a/Documentation/technical/api-parse-options.txt
+++ b/Documentation/technical/api-parse-options.txt
@@ -198,7 +198,7 @@ The function must be defined in this form:
The callback mechanism is as follows:
-* Inside `funct`, the only interesting member of the structure
+* Inside `func`, the only interesting member of the structure
given by `opt` is the void pointer `opt->value`.
`\*opt->value` will be the value that is saved into `var`, if you
use `OPT_CALLBACK()`.