[fenix] 88/127: Fix some mistakes in both the upstream source and Debian packaging files.

Peter Pentchev roam at ringlet.net
Thu Dec 17 14:39:38 UTC 2015


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

roam-guest pushed a commit to branch master
in repository fenix.

commit 4a5421add2ac5e6c1a2fc5028563dd33d1be79c3
Author: Peter Pentchev <roam at ringlet.net>
Date:   Thu Nov 25 21:32:25 2010 +0000

    Fix some mistakes in both the upstream source and Debian packaging files.
---
 debian/changelog              |  2 ++
 debian/fenix-fxc.1            |  2 +-
 debian/fenix-map.1            |  2 +-
 debian/fenix.1                |  6 +++---
 debian/i18n/fenix-fxc_es.po   |  4 ++--
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 36 ++++++++++++++++++++++++++++++++++++
 7 files changed, 46 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 365b56b..c214571 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ fenix (0.92a.dfsg1-6) UNRELEASED; urgency=low
   * Complete the short description of the fenix-dev package.
   * Install the NEWS file as an upstream changelog.
   * Bump Standards-Version to 3.9.1 with no changes.
+  * Fix some spelling mistakes in both the upstream source and some of
+    the Debian packaging files.
 
  -- Peter Pentchev <roam at ringlet.net>  Thu, 25 Nov 2010 13:25:18 +0200
 
diff --git a/debian/fenix-fxc.1 b/debian/fenix-fxc.1
index d69550f..6bd0556 100644
--- a/debian/fenix-fxc.1
+++ b/debian/fenix-fxc.1
@@ -31,7 +31,7 @@ Debugging mode
 Adds the directory to the PATH
 .TP 
 \fB\-a\fR
-Automaticaly adds all files to the DCB
+Automatically adds all files to the DCB
 .TP 
 \fB\-f\fR file
 Adds a single file to the DCB
diff --git a/debian/fenix-map.1 b/debian/fenix-map.1
index 3617f63..b61d2d5 100644
--- a/debian/fenix-map.1
+++ b/debian/fenix-map.1
@@ -48,7 +48,7 @@ Remove MAP file transparency
 PNG transparent color ('0' color) range
 .TP 
 \fB\-#\fR
-Compresion level (0\-9 NOTE: 0 DIV compatible for 8bpps MAP files)
+Compression level (0\-9 NOTE: 0 DIV compatible for 8bpps MAP files)
 .PP 
 .PP 
 Options for \-l/\-m/\-c(# means integer value):
diff --git a/debian/fenix.1 b/debian/fenix.1
index 35607b8..867010b 100644
--- a/debian/fenix.1
+++ b/debian/fenix.1
@@ -17,7 +17,7 @@
 .SH "NAME"
 fenix \- development environment for making 2D games
 .SH "DESCRIPTION"
-Fenix is an interpreted script programming language, especially designed to developing and running 2D games. It has a full graphic library, sound engine and full featured 2D game engine, making game development extremely easy.
+Fenix is an interpreted script programming language, especially designed to developing and running 2D games. It has a full graphics library, sound engine and full featured 2D game engine, making game development extremely easy.
 
 Its major features include:
   * Fast sprite blitting with rotation, scaling, animation and transparency
@@ -35,7 +35,7 @@ Its major features include:
   * Interface for custom extensions
   * Easy to learn
 
-Fenix is distributed under GNU General Public License, so it's source code is available to anyone who wants to get it, extend it or change it in any way fitting his/her own purpose.
+Fenix is distributed under GNU General Public License, so its source code is available to anyone who wants to get it, extend it or change it in any way fitting his/her own purpose.
 .SH "TOOLS"
 .PP 
 Fenix consists of the following programs:
@@ -45,7 +45,7 @@ Fenix consists of the following programs:
   * fenix\-fpg \- create packages of multiple images
   * fenix\-map \- convert images to fenix native format (map)
 
-Aditionally, a binary program called just fenix will compile the game and execute the resulting bytecode "on the fly".
+Additionally, a binary program called just fenix will compile the game and execute the resulting bytecode "on the fly".
 .SH "SEE ALSO"
 .BR fenix\-fxc (1),
 .BR fenix\-fxi (1),
diff --git a/debian/i18n/fenix-fxc_es.po b/debian/i18n/fenix-fxc_es.po
index a22eb46..fa76b0e 100644
--- a/debian/i18n/fenix-fxc_es.po
+++ b/debian/i18n/fenix-fxc_es.po
@@ -268,7 +268,7 @@ msgstr "   -d       Modo de debug\n"
 #: fxc/src/messages.c:42
 msgid ""
 "   -i dir   Adds the directory to the PATH\n"
-"   -a       Automaticaly adds all files to the DCB\n"
+"   -a       Automatically adds all files to the DCB\n"
 "   -f file  Adds a single file to the DCB\n"
 "   -l lang  Specify locale settings\n"
 "   -s stub  Generate a stubbed executable from the given stub\n"
@@ -388,7 +388,7 @@ msgid "Identifier expected"
 msgstr "Se espera un identificador"
 
 #: fxc/src/messages.c:80
-msgid "Can't get the address of an inmediate value"
+msgid "Can't get the address of an immediate value"
 msgstr "No se puede obtener la dirección de un valor inmediato"
 
 #: fxc/src/messages.c:81
diff --git a/debian/patches/series b/debian/patches/series
index f5f0819..6cbd15e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -22,3 +22,4 @@ build_portability.patch
 include_fixes.patch
 warning_fixes.patch
 string_alloc_crash.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..77a803f
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,36 @@
+Description: Fix some misspellings.
+Forwarded: no
+Author: Peter Pentchev <roam at ringlet.net>
+Last-Update: 2010-11-25
+
+--- a/fxc/src/messages.c
++++ b/fxc/src/messages.c
+@@ -40,7 +40,7 @@
+ #define MSG_USING               _("Usage: %s [options] filename\n\n")
+ #define MSG_OPTION_D            _("   -d       Debugging mode\n")
+ #define MSG_OPTIONS             _("   -i dir   Adds the directory to the PATH\n" \
+-                                "   -a       Automaticaly adds all files to the DCB\n"  \
++                                "   -a       Automatically adds all files to the DCB\n"  \
+                                 "   -f file  Adds a single file to the DCB\n"  \
+ 								"   -l lang  Specify locale settings\n"  \
+ 								"   -s stub  Generate a stubbed executable from the given stub\n"  \
+@@ -77,7 +77,7 @@
+ #define MSG_NOT_AN_ARRAY        _("Not an array or struct array")
+ #define MSG_BOUND               _("Index out of range")
+ #define MSG_IDENTIFIER_EXP      _("Identifier expected")
+-#define MSG_NOT_AN_LVALUE       _("Can't get the address of an inmediate value")
++#define MSG_NOT_AN_LVALUE       _("Can't get the address of an immediate value")
+ #define MSG_NOT_A_POINTER       _("Pointer required")
+ #define MSG_VARIABLE_REQUIRED   _("Variable required")
+ #define MSG_STRUCT_REQUIRED     _("Struct required")
+--- a/map/map.c
++++ b/map/map.c
+@@ -135,7 +135,7 @@
+ 		"    -s      Modify MAP file parameters\n"
+ 		"    -n      Remove MAP file transparency\n"
+  		"    -z=#    PNG transparent color ('0' color) range\n"
+-		"    -#      Compresion level (0-9 NOTE: 0 DIV compatible for 8bpps MAP files)\n"
++		"    -#      Compression level (0-9 NOTE: 0 DIV compatible for 8bpps MAP files)\n"
+ 		"\n"
+ 		"Options for -l/-m/-c: (# means integer value)\n"
+ 		"\n"

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



More information about the Pkg-games-commits mailing list