~ubuntu-branches/ubuntu/utopic/castle-game-engine/utopic

« back to all changes in this revision

Viewing changes to debian/patches/fix-spell-errors.patch

  • Committer: Package Import Robot
  • Author(s): Paul Gevers
  • Date: 2013-09-08 21:18:46 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130908211846-zzo3xbeb11fn1vil
Tags: 4.1.1-1
* New upstream release
  - Drop all patches, applied upstream
  - Add fp-units-net to Build-depends
* Add myself to uploaders
* Reorganize d/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
This patch fixes spell errors highlighted by lintian.
2
 
 
3
 
--- castle_game_engine/src/window/castlewindow.pas      2013-02-04 20:25:49.000000000 +0100
4
 
+++ /tmp/castlewindow.pas       2013-04-30 09:28:41.000000000 +0200
5
 
@@ -3718,7 +3718,7 @@
6
 
    '                        Try to resize the screen to WIDTHxHEIGHT and' +nl+
7
 
    '                        then set initial window size to cover whole screen',
8
 
    '  --display DISPLAY-NAME' +nl+
9
 
-   '                        Use given XWindows display name.'
10
 
+   '                        Use given X display name.'
11
 
    );
12
 
 var ParamKind: TWindowParseOption;
13
 
 begin