From 022980b77748b03f83fcbd43d9866dc75c49150f Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Mon, 13 Jan 2020 22:40:05 +0100 Subject: [PATCH] Correct spelling mistake --- deltachat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat.go b/deltachat.go index 3d5aa74..2a6afe9 100644 --- a/deltachat.go +++ b/deltachat.go @@ -60,7 +60,7 @@ func BootstrapDcClientFromConfig(config Config, ctx *BridgeContext) (*deltachat. // crypto setup has changed if it has DCCtx.SendTextMessage( DCCtx.CreateChatByContactID(dcUserID), - "Hi, Whapp-Deltachat is initiallizing", + "Hi, Whapp-Deltachat is initializing", ) userChatIDRaw := ctx.DB.Get([]byte("user-chat-id"))