[SCM] ardour/master: Add spelling patch.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Aug 22 04:07:48 UTC 2016


The following commit has been merged in the master branch:
commit 2ef4ac569ea2f90e9e756856e81bc22b7d5b9d27
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Aug 21 21:46:44 2016 +0200

    Add spelling patch.

diff --git a/debian/patches/0070-spelling.patch b/debian/patches/0070-spelling.patch
new file mode 100644
index 0000000..78e9a39
--- /dev/null
+++ b/debian/patches/0070-spelling.patch
@@ -0,0 +1,56 @@
+Description: Fix spelling
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: Paul Davis <pbd at op.net>
+
+Index: ardour/libs/backends/alsa/zita-alsa-pcmi.cc
+===================================================================
+--- ardour.orig/libs/backends/alsa/zita-alsa-pcmi.cc
++++ ardour/libs/backends/alsa/zita-alsa-pcmi.cc
+@@ -735,7 +735,7 @@ int Alsa_pcmi::set_hwpar (snd_pcm_t *han
+ 	snd_pcm_hw_params_get_channels_max (hwpar, nchan);
+ 	if (*nchan > 1024)
+ 	{
+-		if (_debug & DEBUG_INIT) fprintf (stderr, "Alsa_pcmi: detected more than 1024 %s channnels, reset to 2.\n",
++		if (_debug & DEBUG_INIT) fprintf (stderr, "Alsa_pcmi: detected more than 1024 %s channels, reset to 2.\n",
+ 				sname);
+ 		*nchan = 2;
+ 	}
+Index: ardour/libs/ardour/audio_backend.cc
+===================================================================
+--- ardour.orig/libs/ardour/audio_backend.cc
++++ ardour/libs/ardour/audio_backend.cc
+@@ -80,7 +80,7 @@ AudioBackend::get_error_string (ErrorCod
+ 	case OutputChannelCountNotSupportedError:
+ 		return _("Output channel count configuration not supported");
+ 	case AquireRealtimePermissionError:
+-		return _("Unable to aquire realtime permissions");
++		return _("Unable to acquire realtime permissions");
+ 	case SettingAudioThreadPriorityError:
+ 		return _("Setting audio device thread priorities failed");
+ 	case SettingMIDIThreadPriorityError:
+Index: ardour/libs/ardour/file_source.cc
+===================================================================
+--- ardour.orig/libs/ardour/file_source.cc
++++ ardour/libs/ardour/file_source.cc
+@@ -431,7 +431,7 @@ FileSource::find_2X (Session& s, DataTyp
+ 		if (cnt > 1) {
+ 
+ 			error << string_compose (
+-					_("FileSource: \"%1\" is ambigous when searching\n\t"), pathstr) << endmsg;
++					_("FileSource: \"%1\" is ambiguous when searching\n\t"), pathstr) << endmsg;
+ 			goto out;
+ 
+ 		} else if (cnt == 0) {
+Index: ardour/libs/audiographer/src/general/sr_converter.cc
+===================================================================
+--- ardour.orig/libs/audiographer/src/general/sr_converter.cc
++++ ardour/libs/audiographer/src/general/sr_converter.cc
+@@ -192,7 +192,7 @@ SampleRateConverter::process (ProcessCon
+ 
+ 		if (throw_level (ThrowProcess) && src_data.output_frames_gen == 0 && leftover_frames) {
+ 			throw Exception (*this, boost::str (boost::format
+-				("No output frames genereated with %1% leftover frames")
++				("No output frames generated with %1% leftover frames")
+ 				% leftover_frames));
+ 		}
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 5fdc4ce..d1bbbeb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0010-waf.patch
 0030-wscript.patch
 0050-log-stdout.patch
+0070-spelling.patch

-- 
ardour Debian packaging



More information about the pkg-multimedia-commits mailing list