From 47b2af5c0dba3346621890fe5ed1e47404580a91 Mon Sep 17 00:00:00 2001 From: jgoerzen Date: Fri, 9 Aug 2002 00:35:35 +0100 Subject: [PATCH] /offlineimap/head: changeset 222 Typo fix. --- offlineimap/head/Makefile | 1 + offlineimap/head/offlineimap.1 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/offlineimap/head/Makefile b/offlineimap/head/Makefile index 487f9d6..300a307 100644 --- a/offlineimap/head/Makefile +++ b/offlineimap/head/Makefile @@ -25,6 +25,7 @@ clean: -rm -f `find . -name "*.bak"` -rm -f `find . -name ".cache*"` -find . -name auth -exec rm -vf {}/password {}/username \; + -svn cleanup changelog: svn log -v > ChangeLog diff --git a/offlineimap/head/offlineimap.1 b/offlineimap/head/offlineimap.1 index eeaf856..5d31ad7 100644 --- a/offlineimap/head/offlineimap.1 +++ b/offlineimap/head/offlineimap.1 @@ -133,7 +133,7 @@ from .UR http://www.python.org/ http://www.python.org/. .UE -If you intend to use the Tk interface, you must have Tkiner +If you intend to use the Tk interface, you must have Tkinter (python-tk) installed. If you intend to use the SSL interface, your Python must have been built with SSL support. .IP \(bu