[xpenguins] 01/03: Spelling fixes
Andreas Tille
tille at debian.org
Wed Jan 31 14:08:40 UTC 2018
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository xpenguins.
commit af511ce8cd56ee053355d735d0cc31a60937d8a1
Author: Andreas Tille <tille at debian.org>
Date: Wed Jan 31 15:03:16 2018 +0100
Spelling fixes
---
debian/changelog | 1 +
debian/patches/series | 1 +
debian/patches/spelling.patch | 44 +++++++++++++++++++++++++++++++++++++++++++
3 files changed, 46 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index c069f2b..2b64a71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ xpenguins (2.2-11) UNRELEASED; urgency=medium
* debhelper 11
* Simplify packaging
* Add DEP3 headers
+ * Spelling fixes
-- Andreas Tille <tille at debian.org> Wed, 31 Jan 2018 14:40:29 +0100
diff --git a/debian/patches/series b/debian/patches/series
index 9822e28..4d8451c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
01_HOMEsegfault.diff
02_randomtheme.diff
format_string_fix.diff
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..129b4aa
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,44 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Wed, 31 Jan 2018 14:40:29 +0100
+Description: Spelling fixes
+
+--- a/src/main.c
++++ b/src/main.c
+@@ -370,7 +370,7 @@ main (int argc, char **argv)
+ break;
+ }
+ else if (xpenguins_verbose) {
+- fprintf(stderr, _("Interupt received: Exiting."));
++ fprintf(stderr, _("Interrupt received: Exiting."));
+ }
+ ToonConfigure(TOON_EXITGRACEFULLY);
+ xpenguins_set_number(0);
+--- a/xpenguins.1
++++ b/xpenguins.1
+@@ -11,7 +11,7 @@ By default it will be penguins - they dr
+ screen, walk along the tops of your windows, up the side of your
+ windows, levitate, skateboard, and do other similarly exciting
+ things. Be careful when you move windows as the little guys squash
+-easily. If you send the program an interupt signal (such as by
++easily. If you send the program an interrupt signal (such as by
+ hitting Ctrl-C) they will burst.
+ .I XPenguins
+ is now themeable, so it is easy to select something else to animate
+@@ -89,7 +89,7 @@ option can be called multiple times to r
+ simultaneously.
+ .TP 8
+ .B "\-q, --quiet"
+-Suppress the exit message when an interupt is received.
++Suppress the exit message when an interrupt is received.
+ .TP 8
+ .B "\-v, \-\-version"
+ Print out the current version number and quit.
+@@ -115,7 +115,7 @@ down. The load is checked every 5 second
+ so this option only works under unices that implement this particular
+ pseudo file (probably just Linux). When there are no toons on the screen,
+ .I XPenguins
+-uses only a miniscule amount of CPU time - it just wakes up every 5
++uses only a minuscule amount of CPU time - it just wakes up every 5
+ seconds to recheck the load.
+ .SH THEMES
+ The system themes are usually kept in
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/xpenguins.git
More information about the Pkg-games-commits
mailing list