From 1a7033873496ad65ab740deab82c67d5a7b2f554 Mon Sep 17 00:00:00 2001
From: Husam Ibrahim <39692071+HusamIbrahim@users.noreply.github.com>
Date: Thu, 21 Jun 2018 10:35:35 +0300
Subject: [PATCH] mobile: correct comment typo in ethereum.go (#17040)

---
 mobile/ethereum.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mobile/ethereum.go b/mobile/ethereum.go
index 0eb1d9055..35a43d274 100644
--- a/mobile/ethereum.go
+++ b/mobile/ethereum.go
@@ -125,12 +125,12 @@ func (t *Topics) Append(topics *Hashes) {
 	t.topics = append(t.topics, topics.hashes)
 }
 
-// FilterQuery contains options for contact log filtering.
+// FilterQuery contains options for contract log filtering.
 type FilterQuery struct {
 	query ethereum.FilterQuery
 }
 
-// NewFilterQuery creates an empty filter query for contact log filtering.
+// NewFilterQuery creates an empty filter query for contract log filtering.
 func NewFilterQuery() *FilterQuery {
 	return new(FilterQuery)
 }
-- 
GitLab