From 3f9095a385050a0ed1f4b014e67f29a382c24399 Mon Sep 17 00:00:00 2001 From: oyving Date: Thu, 24 Feb 2005 21:37:07 +0000 Subject: [PATCH] Another typo-fix. --- lib/mdb/db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mdb/db.py b/lib/mdb/db.py index 5abfa65..a30fd8a 100644 --- a/lib/mdb/db.py +++ b/lib/mdb/db.py @@ -14,7 +14,7 @@ class PVVDBError(Exception): # # PVVMember is the class that represents a record in the database. -# Its interface is like a dict with a few additional functiosn to +# Its interface is like a dict with a few additional methods to # talk to the database itself. # class PVVMember(dict):