diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2011-08-29 01:45:42 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2011-08-29 01:45:42 +0400 |
commit | 1edcc24630924344ca9d3c2e8c505b5a55a88597 (patch) | |
tree | 6ae07b4be9326845ad36cf6a96026f3e66b49e66 | |
parent | d5199f7acc62ac07b74137e6945e1e9c4868763d (diff) | |
download | open-axiom-debian-1edcc24630924344ca9d3c2e8c505b5a55a88597.tar.gz |
Typo
-rw-r--r-- | debian/patches/debian-pkg-hint.patch | 4 |
1 files 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, */ |