[mednafen] 03/07: Fix spelling of "occured".

Stephen Kitt skitt at moszumanska.debian.org
Sun Jul 24 18:56:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch master
in repository mednafen.

commit 6e9df2e0d5b17f123ccc375810cfdad6a37fb1c2
Author: Stephen Kitt <steve at sk2.org>
Date:   Sun Jul 24 18:55:12 2016 +0200

    Fix spelling of "occured".
---
 debian/changelog                    |  1 +
 debian/patches/series               |  1 +
 debian/patches/spelling-fixes.patch | 14 ++++++++++++++
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 913e7b0..45039f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ mednafen (0.9.38.7+dfsg-2) UNRELEASED; urgency=medium
   * Switch to https: VCS URIs (see #810378).
   * Disambiguate a call to abs() to allow building with GCC 6 (closes:
     #831205).
+  * Fix spelling of "occured".
 
  -- Stephen Kitt <skitt at debian.org>  Fri, 22 Jan 2016 19:02:45 +0100
 
diff --git a/debian/patches/series b/debian/patches/series
index 7d6dd78..393e73e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ use-system-tremor.patch
 use-system-mpcdec.patch
 use-system-trio.patch
 gcc-6.patch
+spelling-fixes.patch
diff --git a/debian/patches/spelling-fixes.patch b/debian/patches/spelling-fixes.patch
new file mode 100644
index 0000000..6ab4f30
--- /dev/null
+++ b/debian/patches/spelling-fixes.patch
@@ -0,0 +1,14 @@
+Description: Spelling fixes
+Author: Stephen Kitt <skitt at debian.org>
+
+--- a/src/lynx/mikie.cpp
++++ b/src/lynx/mikie.cpp
+@@ -909,7 +909,7 @@
+ 			{
+ 				C6502_REGS regs;
+ 				mSystem.GetRegs(regs);
+-				MDFN_printf("Runtime Alert - System Halted\nCMikie::Poke(SYSCTL1) - Lynx power down occured at PC=$%04x.\nResetting system.\n",regs.PC);
++				MDFN_printf("Runtime Alert - System Halted\nCMikie::Poke(SYSCTL1) - Lynx power down occurred at PC=$%04x.\nResetting system.\n",regs.PC);
+ 				mSystem.Reset();
+ 				gSystemHalt=TRUE;
+ 			}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mednafen.git



More information about the Pkg-games-commits mailing list