Projects
/
mdb-ng
Archived
4
0
Fork 0

Another typo-fix.

This commit is contained in:
Øyvind Grønnesby 2005-02-24 21:37:07 +00:00
parent e20d2d8170
commit 3f9095a385
1 changed files with 1 additions and 1 deletions

View File

@ -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):