aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/assume-unstaged.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tips/assume-unstaged.mdwn')
-rw-r--r--doc/tips/assume-unstaged.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/assume-unstaged.mdwn b/doc/tips/assume-unstaged.mdwn
index ef74d9bd4..536772c89 100644
--- a/doc/tips/assume-unstaged.mdwn
+++ b/doc/tips/assume-unstaged.mdwn
@@ -5,7 +5,7 @@ up `git status` and stuff by not statting the whole tree looking for changed
files.
This feature works quite well with git-annex. Especially because git
-annex's files are immutable, so arn't going to change out from under it,
+annex's files are immutable, so aren't going to change out from under it,
this is a nice fit. If you have a very large tree and `git status` is
annoyingly slow, you can turn it on: