From 97746c80b336abb7857949194599df1cf103f03c Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 24 May 2016 17:23:55 -0400 Subject: [PATCH] minor typos in devblog --- doc/devblog/day_394__implicit_vs_explicit.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/devblog/day_394__implicit_vs_explicit.mdwn b/doc/devblog/day_394__implicit_vs_explicit.mdwn index 681ef92111..300ac4c570 100644 --- a/doc/devblog/day_394__implicit_vs_explicit.mdwn +++ b/doc/devblog/day_394__implicit_vs_explicit.mdwn @@ -1,7 +1,7 @@ git-annex has always balanced implicit and explicit behavior. -Enabling a git reository to be used with git-annex needs an explicit init, +Enabling a git repository to be used with git-annex needs an explicit init, to avoid foot-shooting; but a clone of a repository that is already -using git-annex will be implicitally initialized. Git remotes implicitly +using git-annex will be implicitly initialized. Git remotes implicitly are checked to see if they use git-annex, so the user can immediately follow `git remote add` with `git annex get` to get files from it.