From 153f5b65a8958cb52e4669229497312eb743d948 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Wed, 15 Feb 2017 03:37:06 -0800 Subject: [PATCH] README: fix typo Signed-off-by: Kyle J. McKay --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index f2654cd..6b1a242 100644 --- a/README +++ b/README @@ -423,7 +423,7 @@ See also the discussion in the `NO UNDO`_ section. SPEED AND CACHING ----------------- -TopGit needs to check many thing to determine whether a TopGit branch is +TopGit needs to check many things to determine whether a TopGit branch is up-to-date or not. This can involve a LOT of git commands for a complex dependency tree. In order to speed things up, TopGit keeps a cache of results in a ``tg-cache`` subdirectory in the ``.git`` directory. -- 2.11.4.GIT