From 51b349e2e13c9744395254b49330b65f76b65845 Mon Sep 17 00:00:00 2001 From: onefang Date: Mon, 11 May 2020 00:09:00 +1000 Subject: Typo-- --- src/sledjchisl/sledjchisl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index a26c922..ca4df6a 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c @@ -4398,7 +4398,7 @@ static int nameValidate(reqData *Rd, inputForm *iF, inputValue *iV) // Apparently names are not case sensitive on login, but stored with case in the database. // I confirmed that, can log in no matter what case you use. - // Seems to be good security for names to be cose insensitive. + // Seems to be good security for names to be case insensitive. // UserAccounts FirstName and LastName fields are both varchar(64) utf8_general_ci. // The MySQL docs say that the "_ci" bit means comparisons will be case insensitive. So that should work fine. -- cgit v1.1