~ubuntu-branches/ubuntu/trusty/enigma/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/spelling-fix.patch

  • Committer: Package Import Robot
  • Author(s): Erich Schubert
  • Date: 2013-04-06 14:54:02 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130406145402-jgjrtk7hac8gtvza
Tags: 1.20-dfsg.1-1
* New upstream release (Closes: #704595)
  (Repacked: dropped zipios++ source and main menu music)
* Update watch file, sf.net again.
* Fix documentation links (Closes: #653508)
* Conflict with enigma-level-previews to encourage deinstallation
  (Pregenerated level previews were only used with version 1.01)
* Use dh7 for building instead of CDBS
* Update to policy 3.9.4.0 (no changes)
* Register documentation with doc-base

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Trivial spelling fixes.
 
2
 
 
3
Index: enigma-1.20/src/main.cc
 
4
===================================================================
 
5
--- enigma-1.20.orig/src/main.cc        2013-04-01 20:34:00.000000000 +0200
 
6
+++ enigma-1.20/src/main.cc     2013-04-06 17:37:56.000000000 +0200
 
7
@@ -507,7 +507,7 @@
 
8
                 scr->flush_updates();
 
9
             }
 
10
         }
 
11
-        Log << "Maske preview finished succesfully\n";
 
12
+        Log << "Make preview finished successfully\n";
 
13
         return;
 
14
     }
 
15