[SCM] audacity/master: Add spelling patch.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Nov 6 20:41:48 UTC 2017


The following commit has been merged in the master branch:
commit 7482b496de017c6d4722ee208e78e1ea10a3935f
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Nov 6 21:39:05 2017 +0100

    Add spelling patch.

diff --git a/debian/patches/0003-spelling.patch b/debian/patches/0003-spelling.patch
new file mode 100644
index 0000000..9c1fcff
--- /dev/null
+++ b/debian/patches/0003-spelling.patch
@@ -0,0 +1,17 @@
+Description: Spelling error
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
+Index: audacity/src/tracks/playabletrack/notetrack/ui/NoteTrackVZoomHandle.cpp
+===================================================================
+--- audacity.orig/src/tracks/playabletrack/notetrack/ui/NoteTrackVZoomHandle.cpp
++++ audacity/src/tracks/playabletrack/notetrack/ui/NoteTrackVZoomHandle.cpp
+@@ -56,7 +56,7 @@ HitTestPreview NoteTrackVZoomHandle::Hit
+    static auto zoomOutCursor =
+       ::MakeCursor(wxCURSOR_MAGNIFIER, ZoomOutCursorXpm, 19, 15);
+    const auto message =
+-_("Click to verticaly zoom in, Shift-click to zoom out, Drag to create a particular zoom region.");
++_("Click to vertically zoom in, Shift-click to zoom out, Drag to create a particular zoom region.");
+    return {
+       message,
+       (state.ShiftDown() ? &*zoomOutCursor : &*zoomInCursor)
diff --git a/debian/patches/series b/debian/patches/series
index 1e2657f..89e1d76 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 fix-minsrc-autoreconf.patch
 workaround-wxwidgets-fit-recovery.patch
+0003-spelling.patch

-- 
Audacity debian packaging



More information about the pkg-multimedia-commits mailing list