diff options
author | Pavel Roskin <proski@gnu.org> | 2007-02-03 23:49:16 -0500 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-02-03 21:49:54 -0800 |
commit | 3dff5379bf1e3fda5e5a84ca5813b0c0cfd51be7 (patch) | |
tree | 86fe6fa503b65e19b37dceb5b7613602267a9bb1 /Documentation/config.txt | |
parent | Cleanup subcommand documentation for git-remote. (diff) | |
download | tgif-3dff5379bf1e3fda5e5a84ca5813b0c0cfd51be7.tar.xz |
Assorted typo fixes
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index e5e019fedd..4e650af01a 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -39,7 +39,7 @@ in the section header, like in example below: Subsection names can contain any characters except newline (doublequote '`"`' and backslash have to be escaped as '`\"`' and '`\\`', -respecitvely) and are case sensitive. Section header cannot span multiple +respectively) and are case sensitive. Section header cannot span multiple lines. Variables may belong directly to a section or to a given subsection. You can have `[section]` if you have `[section "subsection"]`, but you don't need to. |