mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 20:10:35 -09:00
support/testing/tests/package/test_ddrescue.py: fix 'normally' typo
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 98f7a32d05)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -76,7 +76,7 @@ class TestDdrescue(infra.basetest.BRTest):
|
||||
# Where a normal 'dd' fails, 'ddrescue' is expected to succeed
|
||||
self.assertRunOk(f"ddrescue {dm_dev} {ddrescue_img}")
|
||||
|
||||
# ddrescue does not normaly write any output data when there
|
||||
# ddrescue does not normally write any output data when there
|
||||
# is I/O error on the input. The intent is to preserve any
|
||||
# data that could have been read in a previous pass. There is
|
||||
# one exception, when the output is a non-existing regular
|
||||
|
||||
Reference in New Issue
Block a user