From e20d2d81704f6af692e21142167c21d0d3246307 Mon Sep 17 00:00:00 2001 From: oyving Date: Thu, 24 Feb 2005 21:36:32 +0000 Subject: [PATCH] Fikset skirveleif. --- 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 deed78b..5abfa65 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. -# It's interface is like a dict with a few additional functiosn to +# Its interface is like a dict with a few additional functiosn to # talk to the database itself. # class PVVMember(dict):