summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2012-04-21 18:11:45 +0100
committerNick White <git@njw.me.uk>2012-04-21 18:11:45 +0100
commit72b7b92091d392c06b5a4795af3cbfa405299484 (patch)
tree851b84ee17aeddbee6f2d837dfc3aa1f7800b46b
parente7db4e41c271ef5435ca9a33672ccc6547c62970 (diff)
Regularise references to amazon's book service
-rw-r--r--getabook.14
-rwxr-xr-xgetxbookgui.tcl2
2 files changed, 3 insertions, 3 deletions
diff --git a/getabook.1 b/getabook.1
index 86d611e..301325d 100644
--- a/getabook.1
+++ b/getabook.1
@@ -7,8 +7,8 @@ getabook \- downloads books from amazon
.RB [-n]
.RB asin
.SH DESCRIPTION
-getabook downloads pages of books from amazon's "search
-inside this book" service. Some pages are not available, in
+getabook downloads pages of books from amazon's "look
+inside the book" service. Some pages are not available, in
which case they will be skipped.
.SH OPTIONS
.TP
diff --git a/getxbookgui.tcl b/getxbookgui.tcl
index 69ae9c2..fbeb992 100755
--- a/getxbookgui.tcl
+++ b/getxbookgui.tcl
@@ -3,7 +3,7 @@
package require Tk
set bins {{getgbook "Book ID" "Google\nBook Preview"} \
- {getabook "ISBN 10" "Amazon Look\nInside This Book"} \
+ {getabook "ISBN 10" "Amazon Look\nInside The Book"} \
{getbnbook "ISBN 13" "Barnes & Noble\nBook Viewer"}}
set binselected 0
set dling 0