#! /bin/sh /usr/share/dpatch/dpatch-run
## spell_correction1.dpatch by Oliver Korff <ok@xynyx.de>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Doing some spell corrections indiccated by lintian.

@DPATCH@
diff -urNad scid-4.2.2.cvs20100202~/src/scidt.cpp scid-4.2.2.cvs20100202/src/scidt.cpp
--- scid-4.2.2.cvs20100202~/src/scidt.cpp	2010-02-02 21:31:21.000000000 +0100
+++ scid-4.2.2.cvs20100202/src/scidt.cpp	2010-02-20 11:49:32.000000000 +0100
@@ -309,7 +309,7 @@
         exit(1);
     }
 
-    printf ("New index file sucessfully created; old index removed.\n");
+    printf ("New index file successfully created; old index removed.\n");
     removeFile (tempName, INDEX_SUFFIX);
     removeFile (tempName, NAMEBASE_SUFFIX);
     return;
diff -urNad scid-4.2.2.cvs20100202~/src/tkscid.cpp scid-4.2.2.cvs20100202/src/tkscid.cpp
--- scid-4.2.2.cvs20100202~/src/tkscid.cpp	2010-02-02 21:31:21.000000000 +0100
+++ scid-4.2.2.cvs20100202/src/tkscid.cpp	2010-02-20 11:48:20.000000000 +0100
@@ -3620,7 +3620,7 @@
         renameFile (tempName, filename, INDEX_SUFFIX);
     }
 
-    printf ("New index file sucessfully created; old index removed.\n");
+    printf ("New index file successfully created; old index removed.\n");
     removeFile (tempName, INDEX_SUFFIX);
     removeFile (tempName, NAMEBASE_SUFFIX);
 
