1
0
mirror of https://github.com/OfflineIMAP/offlineimap.git synced 2024-06-21 06:56:38 +02:00

/offlineimap/head: changeset 222

Typo fix.
This commit is contained in:
jgoerzen 2002-08-09 00:35:35 +01:00
parent d9836ef791
commit 47b2af5c0d
2 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ clean:
-rm -f `find . -name "*.bak"` -rm -f `find . -name "*.bak"`
-rm -f `find . -name ".cache*"` -rm -f `find . -name ".cache*"`
-find . -name auth -exec rm -vf {}/password {}/username \; -find . -name auth -exec rm -vf {}/password {}/username \;
-svn cleanup
changelog: changelog:
svn log -v > ChangeLog svn log -v > ChangeLog

View File

@ -133,7 +133,7 @@ from
.UR http://www.python.org/ .UR http://www.python.org/
http://www.python.org/. http://www.python.org/.
.UE .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-tk) installed. If you intend to use the SSL interface, your
Python must have been built with SSL support. Python must have been built with SSL support.
.IP \(bu .IP \(bu