chiark / gitweb /
typo fix
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 14 Jun 2008 19:39:50 +0000 (20:39 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 14 Jun 2008 19:39:50 +0000 (20:39 +0100)
cgi/actions.c

index 8bbce8787a97642a087c2900f73f5843917a2863..611e9a4a26990139a40e979c414478bc06ceec36 100644 (file)
@@ -434,7 +434,7 @@ static void act_register(void) {
     return;
   }
   /* We could well do better address validation but for now we'll just do the
-   * minimum
+   * minimum */
    /* TODO use email_valid() */
   if(!strchr(email, '@')) {
     login_error("bademail");