From 1edcc24630924344ca9d3c2e8c505b5a55a88597 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 29 Aug 2011 01:45:42 +0400 Subject: Typo --- debian/patches/debian-pkg-hint.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/patches/debian-pkg-hint.patch b/debian/patches/debian-pkg-hint.patch index fd986d2..8814424 100644 --- a/debian/patches/debian-pkg-hint.patch +++ b/debian/patches/debian-pkg-hint.patch @@ -7,7 +7,7 @@ Index: open-axiom.trunk/src/sman/sman.c if (readablep(command) != 1) { - fprintf(stderr, "Hypertex program not found.\n"); -+ fprintf(stderr, "Hypertex program not found. Consider install `open-axiom-hypertex' package.\n"); ++ fprintf(stderr, "Hypertex program not found. Consider installing `open-axiom-hypertex' package.\n"); return; } if (PasteFile){ @@ -16,7 +16,7 @@ Index: open-axiom.trunk/src/sman/sman.c spawn_of_hell(command, DoItAgain); else - fprintf(stderr, "Graphics program not found.\n"); -+ fprintf(stderr, "Graphics program not found. Consider install `open-axiom-graphics' package.\n"); ++ fprintf(stderr, "Graphics program not found. Consider installing `open-axiom-graphics' package.\n"); } /* Start the core executable session in a separate process, */ -- cgit v1.2.3