From ba44b4e79fab9869fa4ebae76dfa3d83312d206a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 4 Apr 2008 19:52:02 +0200 Subject: [PATCH] Fixed a typo. --- xclipsend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.2