瀏覽代碼

support/testing/tests/package/test_mtools.py: fix 'unformatted' typo

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 064f879d960986f2e82ee0439b29cf487fcf85c9)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 10 月之前
父節點
當前提交
c6c872f494
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      support/testing/tests/package/test_mtools.py

+ 1 - 1
support/testing/tests/package/test_mtools.py

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