|
@@ -26,7 +26,7 @@ class TestMtools(infra.basetest.BRTest):
|
|
|
# Create an empty image file to hold the FAT partition
|
|
|
self.assertRunOk(f"dd if=/dev/zero of={dos_img} bs=1M count=1")
|
|
|
|
|
|
- # Any Mtools command is expected to fail on an unformated
|
|
|
+ # Any Mtools command is expected to fail on an unformatted
|
|
|
# partition.
|
|
|
cmd = f"minfo {mtools_opts} ::"
|
|
|
_, exit_code = self.emulator.run(cmd)
|