]> mj.ucw.cz Git - misc.git/commitdiff
Fixed a typo.
authorMartin Mares <mj@ucw.cz>
Fri, 4 Apr 2008 17:52:02 +0000 (19:52 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 4 Apr 2008 17:52:02 +0000 (19:52 +0200)
xclipsend.c

index 915ffc7255770be275e48a6dd8ab804671351a8f..8ba69b53fc19d3b4c34092f186bedbb0ac419873 100644 (file)
@@ -12,7 +12,7 @@ static Window win;
 
 static void die(char *msg)
 {
 
 static void die(char *msg)
 {
-  fprintf(stderr, "xclipcat: %s\n", msg);
+  fprintf(stderr, "xclipsend: %s\n", msg);
   exit(1);
 }
 
   exit(1);
 }