mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
spelling
This commit is contained in:
parent
25096715fb
commit
9732955eba
@ -655,7 +655,7 @@ class DirectoryAsHTML(Element):
|
|||||||
self.node = node
|
self.node = node
|
||||||
if default_mutable_format not in (MDMF_VERSION, SDMF_VERSION):
|
if default_mutable_format not in (MDMF_VERSION, SDMF_VERSION):
|
||||||
raise ValueError(
|
raise ValueError(
|
||||||
"Uknown multable format '{}'".format(default_mutable_format)
|
"Uknown mutable format '{}'".format(default_mutable_format)
|
||||||
)
|
)
|
||||||
self.default_mutable_format = default_mutable_format
|
self.default_mutable_format = default_mutable_format
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user