chiark / gitweb /
typo fix
[disorder] / 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");