[mupen64plus-core] 01/01: Fix spelling errors

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Wed Dec 30 22:50:29 UTC 2015


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

ecsv-guest pushed a commit to branch master
in repository mupen64plus-core.

commit 43b7a47a5efd50f1f3485a1bebaba8cddb96c9f1
Author: Sven Eckelmann <sven at narfation.org>
Date:   Wed Dec 30 23:49:37 2015 +0100

    Fix spelling errors
---
 debian/changelog                         |  2 ++
 debian/patches/Fix-spelling-errors.patch | 21 +++++++++++++++++++++
 debian/patches/series                    |  1 +
 3 files changed, 24 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 67a9d19..1abe1b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ mupen64plus-core (2.5-3) UNRELEASED; urgency=medium
 
   * debian/control, debian/rules:
      - Drop mupen64plus-core-dbg in favor of -dbgsym package
+  * debian/patches:
+    - Add Fix-spelling-errors.patch, Fix spelling errors
 
  -- Sven Eckelmann <sven at narfation.org>  Wed, 30 Dec 2015 21:25:17 +0100
 
diff --git a/debian/patches/Fix-spelling-errors.patch b/debian/patches/Fix-spelling-errors.patch
new file mode 100644
index 0000000..fb38f70
--- /dev/null
+++ b/debian/patches/Fix-spelling-errors.patch
@@ -0,0 +1,21 @@
+From: Sven Eckelmann <sven at narfation.org>
+Date: Wed, 30 Dec 2015 23:48:38 +0100
+Subject: Fix spelling errors
+
+---
+ src/debugger/dbg_breakpoints.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/debugger/dbg_breakpoints.c b/src/debugger/dbg_breakpoints.c
+index 2055a94..73530d0 100644
+--- a/src/debugger/dbg_breakpoints.c
++++ b/src/debugger/dbg_breakpoints.c
+@@ -126,7 +126,7 @@ void remove_breakpoint_by_address( uint32 address )
+     int bpt = lookup_breakpoint( address, 1, 0 );
+     if(bpt==-1)
+     {
+-        DebugMessage(M64MSG_ERROR, "Tried to remove Nonexistant breakpoint %x!", address);
++        DebugMessage(M64MSG_ERROR, "Tried to remove nonexistent breakpoint %x!", address);
+     }
+     else
+         remove_breakpoint_by_num( bpt );
diff --git a/debian/patches/series b/debian/patches/series
index 10ef67d..352c2dc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@ Remove-unused-GLESv2-library.patch
 Avoid-.text-relocations-in-PIC-shared-library.patch
 bugfix-gameshark-cheat-codes-which-modified-executab.patch
 fix-joystick-mapped-Core-events-under-SDL2.patch
+Fix-spelling-errors.patch

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



More information about the Pkg-games-commits mailing list