From 3b48afb2eba3492ff6fb0f9bdef31de94e56bb0f Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sun, 13 May 2018 15:22:32 -0700 Subject: [PATCH] Gopkg.toml: fix typo in comment Change-Id: I4094a026382b3ad5ec4222ac68eca5c36dbaf375 --- Gopkg.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gopkg.toml b/Gopkg.toml index d082e60c2..02fd6424d 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -1,4 +1,4 @@ -# Gopkg for Perkeepa, requires dep v0.4.0 or later +# Gopkg for Perkeep, requires dep v0.4.0 or later # # Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md # for detailed Gopkg.toml documentation.