From d3af414568fb608bfbc403ba285e653dfc2f7401 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 28 Aug 2013 17:05:07 -0400 Subject: [PATCH] typo --- Annex/TaggedPush.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Annex/TaggedPush.hs b/Annex/TaggedPush.hs index 5dac345f2b..44a1a0eb0e 100644 --- a/Annex/TaggedPush.hs +++ b/Annex/TaggedPush.hs @@ -19,7 +19,7 @@ import Utility.Base64 - the UUID of the repo that will be pushing it, and possibly with other - information. - - - Pushing to branches on the remote that have out uuid in them is ugly, + - Pushing to branches on the remote that have our uuid in them is ugly, - but it reserves those branches for pushing by us, and so our pushes will - never conflict with other pushes. -