From c10477905794d2b6d105c5403a4f61c748ec3d9c Mon Sep 17 00:00:00 2001 From: Nick Johnson Date: Thu, 18 Oct 2018 14:19:38 +0100 Subject: [PATCH] Correct spelling error --- ethgraphql/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethgraphql/main.go b/ethgraphql/main.go index 388b2a2c2d44..3c81c80e2356 100644 --- a/ethgraphql/main.go +++ b/ethgraphql/main.go @@ -743,7 +743,7 @@ func (b *Block) Logs(ctx context.Context, args struct{ Filter BlockFilterCriteri return runFilter(ctx, b.backend, filter) } -// Resolver is the top-level object in the GraphQL heirarchy. +// Resolver is the top-level object in the GraphQL hierarchy. type Resolver struct { backend *eth.EthAPIBackend }