chiark / gitweb /
Comment typo fix.
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 19 Apr 2008 23:07:03 +0000 (00:07 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 19 Apr 2008 23:07:03 +0000 (00:07 +0100)
server/server.c

index 79ac7b114d13d0f7ddf9410a2079e24598bda4cd..e03ff9c3ea1a4c5b935b7f3723eed704ced337ec 100644 (file)
@@ -1173,7 +1173,7 @@ static int c_userinfo(struct conn *c,
   const char *value;
 
   /* RIGHT_ADMIN allows anything; otherwise you can only get your own email
-   * address and righst list. */
+   * address and rights list. */
   if((c->rights & RIGHT_ADMIN)
      || (!strcmp(c->who, vec[0])
         && (!strcmp(vec[1], "email")