From: Richard Kettlewell Date: Sat, 19 Apr 2008 23:07:03 +0000 (+0100) Subject: Comment typo fix. X-Git-Tag: 4.0~115^2~6 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/29f5fbd27103d5c600514c80b94f8eeed155ec1c?hp=ed46435088b7ef9996c5fd386f558bd06d4099ae Comment typo fix. --- diff --git a/server/server.c b/server/server.c index 79ac7b1..e03ff9c 100644 --- a/server/server.c +++ b/server/server.c @@ -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")