[rocksndiamonds] 06/09: Fix a couple of spelling mistakes

Stephen Kitt skitt at moszumanska.debian.org
Sat Oct 21 21:16:40 UTC 2017


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

skitt pushed a commit to branch master
in repository rocksndiamonds.

commit d432afe4bf4aaa640cfceceabd26e1e591a02ab3
Author: Stephen Kitt <skitt at debian.org>
Date:   Fri Oct 20 22:02:24 2017 +0200

    Fix a couple of spelling mistakes
---
 debian/changelog                    |  1 +
 debian/patches/series               |  1 +
 debian/patches/spelling-fixes.patch | 25 +++++++++++++++++++++++++
 3 files changed, 27 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c8284ea..6bfd858 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ rocksndiamonds (4.0.1.0+dfsg-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Switch to secured upstream URL in debian/watch.
   * Change priority to “optional”.
+  * Fix a couple of spelling mistakes.
 
  -- Stephen Kitt <skitt at debian.org>  Fri, 20 Oct 2017 21:55:58 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..965a000
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling-fixes.patch
diff --git a/debian/patches/spelling-fixes.patch b/debian/patches/spelling-fixes.patch
new file mode 100644
index 0000000..0b5a6ff
--- /dev/null
+++ b/debian/patches/spelling-fixes.patch
@@ -0,0 +1,25 @@
+Description: Spelling fixes
+Author: Stephen Kitt <skitt at debian.org>
+
+--- a/src/libgame/misc.c
++++ b/src/libgame/misc.c
+@@ -3041,7 +3041,7 @@
+   if (num_file_list_entries_found != num_file_list_entries)
+   {
+     Error(ERR_INFO_LINE, "-");
+-    Error(ERR_INFO, "inconsistant config list information:");
++    Error(ERR_INFO, "inconsistent config list information:");
+     Error(ERR_INFO, "- should be:   %d (according to 'src/conf_xxx.h')",
+ 	  num_file_list_entries);
+     Error(ERR_INFO, "- found to be: %d (according to 'src/conf_xxx.c')",
+--- a/src/libgame/system.c
++++ b/src/libgame/system.c
+@@ -114,7 +114,7 @@
+       Error(ERR_DEBUG, "Using global, multi-user scores directory '%s'.",
+ 	    global_scores_dir);
+       Error(ERR_DEBUG, "Remove to enable single-user scores directory.");
+-      Error(ERR_DEBUG, "(This enables multipe score entries per user.)");
++      Error(ERR_DEBUG, "(This enables multiple score entries per user.)");
+     }
+     else
+     {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/rocksndiamonds.git



More information about the Pkg-games-commits mailing list