diff --git a/swift/obj/mem_diskfile.py b/swift/obj/mem_diskfile.py index a3b37f4834..ca1229e59a 100644 --- a/swift/obj/mem_diskfile.py +++ b/swift/obj/mem_diskfile.py @@ -35,7 +35,7 @@ class InMemoryFileSystem(object): A very simplistic in-memory file system scheme. There is one dictionary mapping a given object name to a tuple. The first - entry in the tuble is the cStringIO buffer representing the file contents, + entry in the tuple is the cStringIO buffer representing the file contents, the second entry is the metadata dictionary. """