From: Martin Mares Date: Fri, 4 Apr 2008 17:52:02 +0000 (+0200) Subject: Fixed a typo. X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=ba44b4e79fab9869fa4ebae76dfa3d83312d206a;p=misc.git Fixed a typo. --- diff --git a/xclipsend.c b/xclipsend.c index 915ffc7..8ba69b5 100644 --- a/xclipsend.c +++ b/xclipsend.c @@ -12,7 +12,7 @@ static Window win; static void die(char *msg) { - fprintf(stderr, "xclipcat: %s\n", msg); + fprintf(stderr, "xclipsend: %s\n", msg); exit(1); }