소스 검색

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…
취소
저장