summarylogtreecommitdiffstats
path: root/01-misspelling-loose.patch
diff options
context:
space:
mode:
Diffstat (limited to '01-misspelling-loose.patch')
-rw-r--r--01-misspelling-loose.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/01-misspelling-loose.patch b/01-misspelling-loose.patch
new file mode 100644
index 000000000000..2a150fffaaa9
--- /dev/null
+++ b/01-misspelling-loose.patch
@@ -0,0 +1,15 @@
+Author: Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>
+Description: Fix misspelling: "YOU LOOSE" should be "YOU LOSE".
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478928
+
+--- invaders-1.0.0.orig/game.c
++++ invaders-1.0.0/game.c
+@@ -198,7 +198,7 @@ void displaygameover()
+
+ video_usecolor(6,1);
+ video_putstring(30,10," GAME OVER ");
+- video_putstring(30,11,winner ? " YOU WIN " : " YOU LOOSE ");
++ video_putstring(30,11,winner ? " YOU WIN " : " YOU LOSE ");
+ video_putstring(30,12," PRESS ESC ");
+ video_update();
+ do{