diff options
author | Horst H. von Brand <vonbrand@inf.utfsm.cl> | 2006-06-03 16:27:26 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-06-03 23:54:55 -0700 |
commit | abda1ef590d94a5e15e7ce3b685b5c092a790cfa (patch) | |
tree | 73162a92b2abd5d87b86566899e321dd8ccef59c /Documentation/git-update-index.txt | |
parent | Builtin git-rev-parse. (diff) | |
download | tgif-abda1ef590d94a5e15e7ce3b685b5c092a790cfa.tar.xz |
Documentation: Spelling fixes
Signed-off-by: Horst H. von Brand <vonbrand@inf.utfsm.cl>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-update-index.txt')
-rw-r--r-- | Documentation/git-update-index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt index d043e86a77..3ae6e74573 100644 --- a/Documentation/git-update-index.txt +++ b/Documentation/git-update-index.txt @@ -40,7 +40,7 @@ OPTIONS --remove:: If a specified file is in the index but is missing then it's removed. - Default behaviour is to ignore removed file. + Default behavior is to ignore removed file. --refresh:: Looks at the current index and checks to see if merges or |