From fcc3f43acd6ea560ac833c907cacc5f4d96b04a3 Mon Sep 17 00:00:00 2001
From: Tom Wilkie <tom.wilkie@gmail.com>
Date: Mon, 18 Jun 2018 17:32:44 +0100
Subject: [PATCH] spelling.

Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
---
 web/api/v1/api_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/api/v1/api_test.go b/web/api/v1/api_test.go
index 35e27d5e9f..1cb7fdd02f 100644
--- a/web/api/v1/api_test.go
+++ b/web/api/v1/api_test.go
@@ -147,7 +147,7 @@ func TestEndpoints(t *testing.T) {
 
 	// Run all the API tests against a API that is wired to forward queries via
 	// the remote read client to a test server, which in turn sends them to the
-	// date from the test suite.
+	// data from the test suite.
 	t.Run("remote", func(t *testing.T) {
 		server := setupRemote(suite.Storage())
 		defer server.Close()
-- 
GitLab