SHA256
1
0
forked from pool/xpenguins
xpenguins/xpenguins-2.2-typo.diff

32 lines
1.0 KiB
Diff

--- src/main.c
+++ src/main.c
@@ -340,7 +340,7 @@
break;
}
else if (xpenguins_verbose) {
- fprintf(stderr, _("Interupt received: Exiting."));
+ fprintf(stderr, _("Interrupt received: Exiting."));
}
ToonConfigure(TOON_EXITGRACEFULLY);
xpenguins_set_number(0);
--- xpenguins.1
+++ xpenguins.1
@@ -11,7 +11,7 @@
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
@@ -86,7 +86,7 @@
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.