chiark / gitweb /
improve a msg
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 2 Feb 2014 22:44:00 +0000 (22:44 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 2 Feb 2014 22:44:00 +0000 (22:44 +0000)
compute

diff --git a/compute b/compute
index f9855c784eb17d7cbdc023ae73e68c5154a861dd..a58e2505cc5b7f3006732ede785763be54d6b5f9 100755 (executable)
--- a/compute
+++ b/compute
@@ -127,7 +127,7 @@ if ($defcho && $defcho->{Index} > -1) {
        last if $defcho;
     }
     if ($defcho) {
-       print "guessed default option was: $choices[$defcho->{Index}]\n";
+       print "guessed default option: $choices[$defcho->{Index}]\n";
     } else {
        print "could not guess default option, assuming there is none\n";
     }