aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-ls-files.txt
diff options
context:
space:
mode:
authorThomas Ackermann <th.acker@arcor.de>2016-03-03 19:43:51 +0100
committerJunio C Hamano <gitster@pobox.com>2016-03-03 13:43:36 -0800
commitd285ab0a41c5c04222cf356066d1df1e6096c5a7 (patch)
treef2f8f77950e0436ed881423edb11d8ba42b35c11 /Documentation/git-ls-files.txt
parentf02fbc4f9433937ee0463d0342d6d7d97e1f6f1e (diff)
downloadgit-d285ab0a41c5c04222cf356066d1df1e6096c5a7.tar.gz
documentation: fix some typos
Signed-off-by: Thomas Ackermann <th.acker@arcor.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-ls-files.txt')
-rw-r--r--Documentation/git-ls-files.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt
index 0e08f567a1..75c3f4157d 100644
--- a/Documentation/git-ls-files.txt
+++ b/Documentation/git-ls-files.txt
@@ -155,7 +155,7 @@ a space) at the start of each line:
<eolinfo> is either "-text", "none", "lf", "crlf", "mixed" or "".
+
"" means the file is not a regular file, it is not in the index or
-not accessable in the working tree.
+not accessible in the working tree.
+
<eolattr> is the attribute that is used when checking out or committing,
it is either "", "-text", "text", "text=auto", "text eol=lf", "text eol=crlf".