Commit bce76209 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent bcea2cb6
......@@ -377,7 +377,7 @@ func TestOpenRecovery(t *testing.T) {
// Whiteout is data record with deletion when object was not previously there.
// It has both len(data)=0 and backpointer=0.
//
// TODO merge into regilat tests on testdata/1.fs when
// TODO merge into regular tests on testdata/1.fs when
// FileStorage/py.deleteObject allows to create whiteouts instead of raising
// POSKeyError.
func TestLoadWhiteout(t *testing.T) {
......
......@@ -206,6 +206,5 @@ def main():
f.write(p64(tlen))
if __name__ == '__main__':
main()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment