aboutsummaryrefslogtreecommitdiff
path: root/Documentation/technical/api-parse-options.txt
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mars-attacks.org>2013-10-31 12:08:28 +0100
committerJunio C Hamano <gitster@pobox.com>2013-10-31 15:47:38 -0700
commitb0d12fc9b23a0f656fe3a5dbe2899e85b7e2f5c0 (patch)
treecc88e52cbeb9f90ea911dfca407b98ad36272c6b /Documentation/technical/api-parse-options.txt
parent3d092bfc6f2d9a998967979f926c661e9762601c (diff)
downloadgit-b0d12fc9b23a0f656fe3a5dbe2899e85b7e2f5c0.tar.gz
git-b0d12fc9b23a0f656fe3a5dbe2899e85b7e2f5c0.tar.xz
Use the word 'stuck' instead of 'sticked'
The past participle of 'stick' is 'stuck'. Signed-off-by: Nicolas Vigier <boklm@mars-attacks.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical/api-parse-options.txt')
-rw-r--r--Documentation/technical/api-parse-options.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/technical/api-parse-options.txt b/Documentation/technical/api-parse-options.txt
index 0be2b5159..be50cf4de 100644
--- a/Documentation/technical/api-parse-options.txt
+++ b/Documentation/technical/api-parse-options.txt
@@ -29,9 +29,9 @@ that allow to change the behavior of a command.
The parse-options API allows:
-* 'sticked' and 'separate form' of options with arguments.
- `-oArg` is sticked, `-o Arg` is separate form.
- `--option=Arg` is sticked, `--option Arg` is separate form.
+* 'stuck' and 'separate form' of options with arguments.
+ `-oArg` is stuck, `-o Arg` is separate form.
+ `--option=Arg` is stuck, `--option Arg` is separate form.
* Long options may be 'abbreviated', as long as the abbreviation
is unambiguous.