Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37561594
en ru br
ALT Linux repos
S:2.15.0-alt1.2
5.0: 2.13.2-alt9
4.1: 2.13.2-alt8
4.0: 2.13.2-alt6
3.0: 2.13.1-alt1.1

Group :: Sound
RPM: TiMidity++

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: TiMidity++-deb-fix-spelling-errors-found-by-lintian.patch
Download


From bccd79398e78f0a89d0c1e437f9b7739826f7efe Mon Sep 17 00:00:00 2001
From: Reiner Herrmann <reiner@reiner-h.de>
Date: Tue, 26 Jun 2018 22:31:25 +0200
Subject: [PATCH 5/8] Fix spelling errors found by lintian
---
 TiMidity++/interface/server_c.c    | 2 +-
 TiMidity++/interface/x_wrdwindow.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/TiMidity++/interface/server_c.c b/TiMidity++/interface/server_c.c
index 366c589..8317fe4 100644
--- a/TiMidity++/interface/server_c.c
+++ b/TiMidity++/interface/server_c.c
@@ -1505,7 +1505,7 @@ static int do_sequencer(void)
 	  default:
 	    ctl.cmsg(CMSG_ERROR, VERB_NORMAL,
 		     "Undefined data 0x%02x", data_buffer[offset - 1]);
-	    send_status(401, "Wrong data is recieved (seqcmd=0x%02x)",
+	    send_status(401, "Wrong data is received (seqcmd=0x%02x)",
 			cmd);
 	    stop_playing();
 	    return 1;
diff --git a/TiMidity++/interface/x_wrdwindow.c b/TiMidity++/interface/x_wrdwindow.c
index f64990c..69e399a 100644
--- a/TiMidity++/interface/x_wrdwindow.c
+++ b/TiMidity++/interface/x_wrdwindow.c
@@ -388,7 +388,7 @@ static int InitWin(char *opt)
     else
       shm_screen = NULL; /* No-support other format */
     if(!shm_screen)
-      ctl->cmsg(CMSG_WARNING, VERB_VERBOSE, "X SHM Extention is off");
+      ctl->cmsg(CMSG_WARNING, VERB_VERBOSE, "X SHM Extension is off");
 #else
     shm_screen = NULL;
 #endif
@@ -1996,7 +1996,7 @@ int OpenWRDWindow(char *opt)
     if(InitWin(opt) == -1)
     {
 	ctl->cmsg(CMSG_ERROR, VERB_NORMAL,
-		  "WRD: Can't open WRD window becase of error");
+		  "WRD: Can't open WRD window because of error");
 	return -1;
     }
     XMapWindow(mywin.d, mywin.w);
-- 
2.21.0
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin