This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus-video-glide64mk2.
commit ea84338239a5c6a938dc90b5ab29b7b7cb233867 Author: Sven Eckelmann <[email protected]> Date: Thu Dec 31 00:04:05 2015 +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 b0683a4..2e4d6ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ mupen64plus-video-glide64mk2 (2.5-3) UNRELEASED; urgency=medium * debian/control, debian/rules: - Drop mupen64plus-video-glide64mk2-dbg in favor of -dbgsym package + * debian/patches: + - Add Fix-spelling-errors.patch, Fix spelling errors -- Sven Eckelmann <[email protected]> Wed, 30 Dec 2015 21:25:18 +0100 diff --git a/debian/patches/Fix-spelling-errors.patch b/debian/patches/Fix-spelling-errors.patch new file mode 100644 index 0000000..7cd96de --- /dev/null +++ b/debian/patches/Fix-spelling-errors.patch @@ -0,0 +1,35 @@ +From: Sven Eckelmann <[email protected]> +Date: Thu, 31 Dec 2015 00:03:33 +0100 +Subject: Fix spelling errors + +--- + src/Glitch64/OGLESglitchmain.cpp | 2 +- + src/Glitch64/OGLglitchmain.cpp | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/src/Glitch64/OGLESglitchmain.cpp b/src/Glitch64/OGLESglitchmain.cpp +index 55b3db0..ba3719b 100644 +--- a/src/Glitch64/OGLESglitchmain.cpp ++++ b/src/Glitch64/OGLESglitchmain.cpp +@@ -557,7 +557,7 @@ grSstWinOpen( + nbAuxBuffers = 4; + //glGetIntegerv(GL_AUX_BUFFERS, &nbAuxBuffers); + if (nbAuxBuffers > 0) +- printf("Congratulations, you have %d auxilliary buffers, we'll use them wisely !\n", nbAuxBuffers); ++ printf("Congratulations, you have %d auxiliary buffers, we'll use them wisely !\n", nbAuxBuffers); + #ifdef VOODOO1 + nbTextureUnits = 2; + #endif +diff --git a/src/Glitch64/OGLglitchmain.cpp b/src/Glitch64/OGLglitchmain.cpp +index cdbc866..be9b007 100644 +--- a/src/Glitch64/OGLglitchmain.cpp ++++ b/src/Glitch64/OGLglitchmain.cpp +@@ -558,7 +558,7 @@ grSstWinOpen( + nbAuxBuffers = 0; + glGetIntegerv(GL_AUX_BUFFERS, &nbAuxBuffers); + if (nbAuxBuffers > 0) +- printf("Congratulations, you have %d auxilliary buffers, we'll use them wisely !\n", nbAuxBuffers); ++ printf("Congratulations, you have %d auxiliary buffers, we'll use them wisely !\n", nbAuxBuffers); + + #ifdef VOODOO1 + nbTextureUnits = 2; diff --git a/debian/patches/series b/debian/patches/series index e8959f3..e1ff292 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ Remove-forced-flto-jobserver-on-linux.patch Fix-negative-frame_buffer-indices.patch Fix-segfault-when-loading-with-4bCI-texture-with-neg.patch Use-pkg-config-to-find-GLESv2-library.patch +Fix-spelling-errors.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-video-glide64mk2.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

