[SCM] guitarix/master: Add 04-fix-spelling.patch

viccuad-guest at users.alioth.debian.org viccuad-guest at users.alioth.debian.org
Sat Mar 12 16:43:14 UTC 2016


The following commit has been merged in the master branch:
commit 0a6ec54c7dd50d64d45840b3923c59d90557af27
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date:   Sat Mar 12 17:41:42 2016 +0100

    Add 04-fix-spelling.patch

diff --git a/debian/patches/05-fix-spelling.patch b/debian/patches/05-fix-spelling.patch
new file mode 100644
index 0000000..f577bf0
--- /dev/null
+++ b/debian/patches/05-fix-spelling.patch
@@ -0,0 +1,27 @@
+Description: Fix spelling errors
+Author: Víctor Cuadrado Juan <me at viccuad.me>
+Origin: Debian
+Last-Update: 2016-03-12
+---
+--- a/src/gx_head/gui/gx_main_window.cpp
++++ b/src/gx_head/gui/gx_main_window.cpp
+@@ -1237,7 +1237,7 @@ void gx_show_about() {
+         about +=_("\n Guitarix:gx_head ");
+         about += GX_VERSION;
+         about +=
+-            _("\n\n  This Aplication is to a large extent provided"
++            _("\n\n  This Application is to a large extent provided"
+             "\n  with the marvelous faust compiler.Yann Orlary"
+             "\n  http://faust.grame.fr/"
+             "\n  A large part is based on the work of Julius Orion Smith"
+--- a/src/gx_head/engine/gx_preset.cpp
++++ b/src/gx_head/engine/gx_preset.cpp
+@@ -372,7 +372,7 @@ void PresetIO::read_parameters(gx_system
+         } else if (!p->isSavable()) {
+             gx_print_warning(
+ 		_("recall settings"),
+-		_("non savable parameter ")+p->id()+_(" in settings"));
++		_("non saveable parameter ")+p->id()+_(" in settings"));
+             jp.skip_object();
+             continue;
+ 	}
diff --git a/debian/patches/series b/debian/patches/series
index 7619e1a..5408399 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+05-fix-spelling.patch
 04-fix-desktop.patch
 03-update-changelog.patch
 02-libdl.patch

-- 
guitarix packaging



More information about the pkg-multimedia-commits mailing list