summaryrefslogtreecommitdiff
path: root/debian/patches/spelling.patch
diff options
context:
space:
mode:
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