[SCM] ardour/master: More spelling fixes in new patch.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Fri Jun 30 13:10:39 UTC 2017


The following commit has been merged in the master branch:
commit dd0b68101886767c872a9fd130861796a70dbae2
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Fri Jun 30 15:09:45 2017 +0200

    More spelling fixes in new patch.

diff --git a/debian/patches/0090-even-more-spelling.patch b/debian/patches/0090-even-more-spelling.patch
new file mode 100644
index 0000000..1e68953
--- /dev/null
+++ b/debian/patches/0090-even-more-spelling.patch
@@ -0,0 +1,56 @@
+Description: more spelling fixes
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: Paul Davis <paul at linuxaudiosystems.com>
+
+Index: ardour/gtk2_ardour/po/de.po
+===================================================================
+--- ardour.orig/gtk2_ardour/po/de.po
++++ ardour/gtk2_ardour/po/de.po
+@@ -12466,7 +12467,7 @@ msgid "Create markers where xruns occur"
+ msgstr "Bei xrun Marker erzeugen"
+ 
+ #: rc_option_editor.cc:3096
+-msgid "External Syncronization"
++msgid "External Synchronization"
+ msgstr "Externe Synchronisation"
+ 
+ #: rc_option_editor.cc:3100
+Index: ardour/gtk2_ardour/po/ja.po
+===================================================================
+--- ardour.orig/gtk2_ardour/po/ja.po
++++ ardour/gtk2_ardour/po/ja.po
+@@ -12364,7 +12365,7 @@ msgid "Create markers where xruns occur"
+ msgstr "オーバー/アンダー・ランが発生した箇所にマーカーを作成"
+ 
+ #: rc_option_editor.cc:3096
+-msgid "External Syncronization"
++msgid "External Synchronization"
+ msgstr "外部同期"
+ 
+ #: rc_option_editor.cc:3100
+Index: ardour/gtk2_ardour/po/ru.po
+===================================================================
+--- ardour.orig/gtk2_ardour/po/ru.po
++++ ardour/gtk2_ardour/po/ru.po
+@@ -12324,7 +12324,7 @@ msgid "Create markers where xruns occur"
+ msgstr "Создавать маркеры в точках рассинхронизации"
+ 
+ #: rc_option_editor.cc:3096
+-msgid "External Syncronization"
++msgid "External Synchronization"
+ msgstr ""
+ 
+ #: rc_option_editor.cc:3100
+Index: ardour/libs/audiographer/src/general/sample_format_converter.cc
+===================================================================
+--- ardour.orig/libs/audiographer/src/general/sample_format_converter.cc
++++ ardour/libs/audiographer/src/general/sample_format_converter.cc
+@@ -203,7 +203,7 @@ SampleFormatConverter<TOut>::check_frame
+ 
+ 	if (throw_level (ThrowProcess) && frames  > data_out_size) {
+ 		throw Exception (*this, boost::str (boost::format
+-			("Too many frames given to process(), %1% instad of %2%")
++			("Too many frames given to process(), %1% instead of %2%")
+ 			% frames % data_out_size));
+ 	}
+ }
diff --git a/debian/patches/series b/debian/patches/series
index 4f38968..f656c33 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 0050-log-stdout.patch
 060-warn-video-timeline.patch
 0080-more-spelling.patch
+0090-even-more-spelling.patch

-- 
ardour Debian packaging



More information about the pkg-multimedia-commits mailing list