From 1bc25383cebd72c717af6a3d549555c7e49901a4 Mon Sep 17 00:00:00 2001 From: Nicolas Viennot Date: Sat, 15 Jun 2013 01:39:20 -0400 Subject: [PATCH] Typo fix --- tmate-encoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmate-encoder.c b/tmate-encoder.c index 52d78aa4..f6ff6e07 100644 --- a/tmate-encoder.c +++ b/tmate-encoder.c @@ -72,7 +72,7 @@ static void mate_notify_message(struct client *c, int join) tmate_notify("%s mate has %s the session (%s)%s", multi_client ? "A" : "Your", - join ? "join" : "left", + join ? "joined" : "left", c->ip_address, multi_client ? buf : ""); }