From 3266dde2e314e8cba1fac73af325fc39d70f7091 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 20 Mar 2014 14:22:25 -0700 Subject: [PATCH] :memo: Add missing d --- src/git.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/git.coffee b/src/git.coffee index cbaef9195..8d54acef5 100644 --- a/src/git.coffee +++ b/src/git.coffee @@ -306,7 +306,7 @@ class Git getAheadBehindCount: (reference, path) -> @getRepo(path).getAheadBehindCount(reference) - # Public: Get the cache ahead/behind commit counts for the current branch's + # Public: Get the cached ahead/behind commit counts for the current branch's # upstream branch. # # path - An optional {String} path in the repository to get this information