From d6140bd92c6f72b12db5a3b7ce706cdc565c1387 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vytautas=20=C5=A0altenis?= Date: Mon, 14 Aug 2017 21:38:33 +0300 Subject: [PATCH] Cleanup: fix typos --- internal/gps/identifier.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/gps/identifier.go b/internal/gps/identifier.go index de24e88c34..d01b794755 100644 --- a/internal/gps/identifier.go +++ b/internal/gps/identifier.go @@ -41,10 +41,10 @@ import ( type ProjectRoot string // A ProjectIdentifier provides the name and source location of a dependency. It -// is related to, but differs in two keys ways from, an plain import path. +// is related to, but differs in two key ways from, a plain import path. // // First, ProjectIdentifiers do not identify a single package. Rather, they -// encompasses the whole tree of packages, including tree's root - the +// encompass the whole tree of packages, including tree's root - the // ProjectRoot. In gps' current design, this ProjectRoot almost always // corresponds to the root of a repository. //