Browse Source

Fix misspelling

tags/v0.7.2
Daniel Oaks 7 years ago
parent
commit
88b5dd5621
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      irc/accountreg.go

+ 1
- 1
irc/accountreg.go View File

@@ -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…
Cancel
Save