~ubuntu-branches/ubuntu/saucy/gramophone2/saucy

« back to all changes in this revision

Viewing changes to debian/patches/typoCorrection.patch

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich, Alessandro Losavio
  • Date: 2013-05-29 11:36:49 UTC
  • mfrom: (3.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20130529113649-e3t8u3ce5ecjow5w
Tags: 0.8.13a-2ubuntu1
[ Alessandro Losavio ]
* Merge from Debian unstable. Remaining changes: (LP: #1091355)
  - Makefile: Fix linking with --as-needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Fixes typo on source files.
 
2
Index: gramophone2/grammyVM.c
 
3
===================================================================
 
4
--- gramophone2.orig/grammyVM.c 2012-08-12 21:40:22.302339825 +0200
 
5
+++ gramophone2/grammyVM.c      2012-08-12 21:41:18.794340078 +0200
 
6
@@ -1552,5 +1552,5 @@
 
7
        Mf_writetrack=write_player_track;
 
8
        mfwrite(0, playerCount, global_resolution, midi);
 
9
        if(!debugOption)
 
10
-               printf("midi file succesfully generated!\n");
 
11
+               printf("midi file successfully generated!\n");
 
12
 }