From c96e504adb4a547b5e293d6930626cf2f9401ac2 Mon Sep 17 00:00:00 2001
From: obscuren <geffobscura@gmail.com>
Date: Mon, 15 Dec 2014 17:28:51 +0100
Subject: Typo

---
 ui/qt/qwhisper/whisper.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'ui')

diff --git a/ui/qt/qwhisper/whisper.go b/ui/qt/qwhisper/whisper.go
index 3e1ca7ab9..62c4c743b 100644
--- a/ui/qt/qwhisper/whisper.go
+++ b/ui/qt/qwhisper/whisper.go
@@ -56,7 +56,7 @@ func (self *Whisper) NewIdentity() string {
 	return toHex(self.Whisper.NewIdentity().D.Bytes())
 }
 
-func (self *Whisper) HasIdentify(key string) bool {
+func (self *Whisper) HasIdentity(key string) bool {
 	return self.Whisper.HasIdentity(crypto.ToECDSA(fromHex(key)))
 }
 
-- 
cgit v1.2.3