diff options
author | Pavel Roskin <proski@gnu.org> | 2006-07-09 03:44:30 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-09 02:42:41 -0700 |
commit | addf88e455f85bc6cfe0284b70aaad10b6d3486e (patch) | |
tree | 704e8b6de26fde0bff86618e363dbde9f70e1393 /Documentation/git.txt | |
parent | Merge branch 'sf/diff' (diff) | |
download | tgif-addf88e455f85bc6cfe0284b70aaad10b6d3486e.tar.xz |
Assorted typo fixes
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 51f20c6e67..d00cc3ea52 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -478,7 +478,7 @@ Configuration Mechanism Starting from 0.99.9 (actually mid 0.99.8.GIT), `.git/config` file is used to hold per-repository configuration options. It is a -simple text file modelled after `.ini` format familiar to some +simple text file modeled after `.ini` format familiar to some people. Here is an example: ------------ |