summaryrefslogtreecommitdiff
path: root/debian/patches/spelling.patch
diff options
context:
space:
mode:
authorDmitry Smirnov <onlyjob@member.fsf.org>2013-08-04 05:49:48 +1000
committerDmitry Smirnov <onlyjob@member.fsf.org>2013-08-04 05:49:48 +1000
commitf5563d8240be0b355c53588139b9d1674676c691 (patch)
treee4d9c0a8c6a42762aa2e703c28f16aa9abeb6d2a /debian/patches/spelling.patch
parentreference get-orig-source implementation (diff)
downloadd2x-rebirth-f5563d8240be0b355c53588139b9d1674676c691.tar.gz
d2x-rebirth-f5563d8240be0b355c53588139b9d1674676c691.tar.bz2
d2x-rebirth-f5563d8240be0b355c53588139b9d1674676c691.zip
New upstream release [0.58.1] + changelog summarydebian/0.58.1-1
Diffstat (limited to 'debian/patches/spelling.patch')
-rw-r--r--debian/patches/spelling.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index 38afe63..d65ef86 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -5,7 +5,7 @@ Description: minor spelling corrections
--- a/main/inferno.c
+++ b/main/inferno.c
-@@ -117,9 +117,9 @@
+@@ -106,9 +106,9 @@
void print_commandline_help()
{
printf( "\n System Options:\n\n");
bgstack15