[mupen64plus-video-z64] 01/02: Fix spelling errors
Sven Eckelmann
ecsv-guest at moszumanska.debian.org
Tue Jan 26 21:44:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
ecsv-guest pushed a commit to branch master
in repository mupen64plus-video-z64.
commit 21e1b4dff242a90624d98c561128cceb7e772581
Author: Sven Eckelmann <sven at narfation.org>
Date: Tue Jan 26 22:36:50 2016 +0100
Fix spelling errors
---
debian/changelog | 2 ++
debian/patches/Fix-spelling-errors.patch | 35 ++++++++++++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 38 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index ea170ac..471a76d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ mupen64plus-video-z64 (2.0.0+13+g72af4f0-5) UNRELEASED; urgency=medium
* debian/control
- Change Vcs-Git to https://
+ * debian/patches:
+ - Add Fix-spelling-errors.patch, Fix spelling errors
-- Sven Eckelmann <sven at narfation.org> Mon, 25 Jan 2016 22:01:24 +0100
diff --git a/debian/patches/Fix-spelling-errors.patch b/debian/patches/Fix-spelling-errors.patch
new file mode 100644
index 0000000..0fa9908
--- /dev/null
+++ b/debian/patches/Fix-spelling-errors.patch
@@ -0,0 +1,35 @@
+From: Sven Eckelmann <sven at narfation.org>
+Date: Tue, 26 Jan 2016 22:35:45 +0100
+Subject: Fix spelling errors
+
+---
+ src/rgl_rendermode.cpp | 2 +-
+ src/rgl_tiles.cpp | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/rgl_rendermode.cpp b/src/rgl_rendermode.cpp
+index 9255805..4cf2702 100644
+--- a/src/rgl_rendermode.cpp
++++ b/src/rgl_rendermode.cpp
+@@ -646,7 +646,7 @@ case 3:
+ c->srcBlend = src;
+ c->dstBlend = dst;
+ } else {
+- LOGERROR("Unsuported blender :\n");
++ LOGERROR("Unsupported blender :\n");
+ LOGERROR("%s", rglCombiner2String(state));
+ }
+ }
+diff --git a/src/rgl_tiles.cpp b/src/rgl_tiles.cpp
+index 5ec52d1..2b100bd 100644
+--- a/src/rgl_tiles.cpp
++++ b/src/rgl_tiles.cpp
+@@ -648,7 +648,7 @@ GL_MIRROR_CLAMP_TO_EDGE_EXT : GL_MIRRORED_REPEAT;
+ #endif
+ }
+ if (!packed) {
+- LOGERROR("unsuported format %s size %d\n", rdpImageFormats[tile.format], tile.size);
++ LOGERROR("unsupported format %s size %d\n", rdpImageFormats[tile.format], tile.size);
+ }
+
+
diff --git a/debian/patches/series b/debian/patches/series
index b9adc99..3d46344 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
Add-printf-format-attribute.patch
Fix-glew-1.12-includes.patch
Don-t-create-empty-directory-for-shared-data-files.patch
+Fix-spelling-errors.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-video-z64.git
More information about the Pkg-games-commits
mailing list