From 29f5fbd27103d5c600514c80b94f8eeed155ec1c Mon Sep 17 00:00:00 2001 Message-Id: <29f5fbd27103d5c600514c80b94f8eeed155ec1c.1717609021.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 20 Apr 2008 00:07:03 +0100 Subject: [PATCH] Comment typo fix. Organization: Straylight/Edgeware From: Richard Kettlewell --- server/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- [mdw]