Skip to content

Commit 2b7ed22

Browse files
committed
Fix typo
1 parent f627efa commit 2b7ed22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

snapraid-runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def snapraid_command(command, args={}, *, allow_statuscodes=[]):
6767
for t in threads:
6868
t.join()
6969
ret = p.wait()
70-
# sleep for a while to make pervent output mixup
70+
# sleep for a while to make prevent output mixup
7171
time.sleep(0.3)
7272
if ret == 0 or ret in allow_statuscodes:
7373
return out

0 commit comments

Comments
 (0)