File: fix_typo.patch

package info (click to toggle)
oneko 1.2.sakura.6-16
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,000 kB
  • sloc: ansic: 1,283; perl: 25; makefile: 23
file content (18 lines) | stat: -rw-r--r-- 615 bytes parent folder | download
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*/