瀏覽代碼

Fix misspelling

tags/v0.7.2
Daniel Oaks 7 年之前
父節點
當前提交
88b5dd5621
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      irc/accountreg.go

+ 1
- 1
irc/accountreg.go 查看文件

@@ -174,7 +174,7 @@ func regCreateHandler(server *Server, client *Client, msg ircmsg.IrcMessage) boo
174 174
 		}
175 175
 	}
176 176
 	if credentialType == "certfp" && client.certfp == "" {
177
-		client.Send(nil, server.name, ERR_REG_INVALID_CRED_TYPE, client.nick, credentialType, callbackNamespace, "You are not using a certificiate")
177
+		client.Send(nil, server.name, ERR_REG_INVALID_CRED_TYPE, client.nick, credentialType, callbackNamespace, "You are not using a certificate")
178 178
 		removeFailedRegCreateData(server.store, casefoldedAccount)
179 179
 		return false
180 180
 	}

Loading…
取消
儲存