The following commit has been merged in the master branch:
commit e013d437cfd0227ef22f2c5fe0ff9f4e3dd79110
Author: Ansgar Burchardt <[email protected]>
Date:   Mon Jan 11 00:38:38 2010 +0900

    fix spelling errors
    
    Fix spelling errors pointed out by lintian.
    This introduces the new patch `spelling.patch'.
    
    Signed-off-by: Ansgar Burchardt <[email protected]>

diff --git a/debian/patches/series b/debian/patches/series
index b353850..35e3ba0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 makefile.patch
 dont_crash_if_no_sound_files.patch
 desktop-file.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..7be67c6
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,27 @@
+From: Ansgar Burchardt <[email protected]>
+Date: Mon, 11 Jan 2010 00:34:23 +0900
+Subject: Fix spelling errors
+
+Fix spelling errors pointed out by lintian.
+--- viruskiller.orig/src/CPak.cpp
++++ viruskiller/src/CPak.cpp
+@@ -48,7 +48,7 @@
+ 
+ void Pak::showPakErrorAndExit()
+ {
+-      printf("\nFatal Error: The Blob Wars PAK file was either not found or 
was not accessable.\n");
++      printf("\nFatal Error: The Blob Wars PAK file was either not found or 
was not accessible.\n");
+       printf("(If you compiled from source did you forget to run make 
install?)\n");
+       printf("The path to the file was expected to be,\n\n");
+       printf(PAKFULLPATH"\n\n");
+--- viruskiller.orig/src/pak.cpp
++++ viruskiller/src/pak.cpp
+@@ -94,7 +94,7 @@
+ 
+       if (dirp == NULL)
+       {
+-              printf("%s: Directory does not exist or is not accessable\n", 
dirName);
++              printf("%s: Directory does not exist or is not accessible\n", 
dirName);
+               return;
+       }
+       

-- 
game about viruses invading your computer

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to