From 8b76fb77838bdfe8f909bb886e7239a3ed3179b9 Mon Sep 17 00:00:00 2001 From: Edward Vielmetti Date: Thu, 17 May 2018 20:54:37 -0400 Subject: [PATCH] typo fix *repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c942926..ed4269c 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ original import path, use the `--remote` argument. If you used the above *branch* or *remote* selection machanisms, it may happen that the path you are trying to build is only present in the specific branch and -not the default respoitory, causing Go to fail at locating it. To circumvent this, +not the default repository, causing Go to fail at locating it. To circumvent this, you may specify only the repository root for xgo, and use an additional `--pkg` parameter to select the exact package within, honoring any prior *branch* and *remote* selections.