[SCM] mpv/master: Fix spelling-error-in-binary
ghedo at users.alioth.debian.org
ghedo at users.alioth.debian.org
Sun Dec 27 19:02:49 UTC 2015
The following commit has been merged in the master branch:
commit 77ec384c6a345c6f5bc0b9c494af66f738eb7d3f
Author: Alessandro Ghedini <alessandro at ghedini.me>
Date: Sun Dec 27 18:55:50 2015 +0100
Fix spelling-error-in-binary
diff --git a/debian/patches/05_fix-typo.patch b/debian/patches/05_fix-typo.patch
new file mode 100644
index 0000000..8f59461
--- /dev/null
+++ b/debian/patches/05_fix-typo.patch
@@ -0,0 +1,17 @@
+Description: Fix typo
+Origin: vendor
+Author: Alessandro Ghedini <ghedo at debian.org>
+Last-Update: 2015-12-27
+Applied-Upstream: commit:https://github.com/mpv-player/mpv/commit/1f62f38106e9de88b277e5e8df359d31f544ed08
+
+--- a/video/out/wayland_common.c
++++ b/video/out/wayland_common.c
+@@ -1135,7 +1135,7 @@
+
+ if (poll(&fd, 1, 0) > 0) {
+ if (fd.revents & POLLERR) {
+- MP_ERR(wl, "error occured on the drag&drop fd\n");
++ MP_ERR(wl, "error occurred on the drag&drop fd\n");
+ close(wl->input.dnd_fd);
+ wl->input.dnd_fd = -1;
+ }
diff --git a/debian/patches/series b/debian/patches/series
index fbbd070..97e9f36 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
02_fix-config-path.patch
03_waf.patch
04_waf-pie.patch
+05_fix-typo.patch
--
mpv packaging
More information about the pkg-multimedia-commits
mailing list