Code

Merge branch 'sb/show-branch-parse-options'
[git.git] / Documentation / technical / api-parse-options.txt
index beca98d7542be8a63ece24cc91ec979742d518f9..b43458eae6787caab163fadab113dff61e577498 100644 (file)
@@ -210,7 +210,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()`.