1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Fix typo
Author: Ricardo Mones <mones@debian.org>
Last-Update: 2018-10-30
Forwarded: not-needed
Index: b/oneko.c
===================================================================
--- a/oneko.c 2025-09-14 23:12:39.075402513 +0200
+++ b/oneko.c 2025-09-14 23:12:39.075402513 +0200
@@ -623,7 +623,7 @@
#ifdef SHAPE
if (!NoShape && XShapeQueryExtension(theDisplay,
&event_base, &error_base) == False) {
- fprintf(stderr, "Display not suported shape extension.\n");
+ fprintf(stderr, "Display not supported shape extension.\n");
NoShape = True;
}
#endif /*SHAPE*/
|