diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/udev-test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl index a9f5db03cf..23f1b726e0 100755 --- a/test/udev-test.pl +++ b/test/udev-test.pl @@ -1518,7 +1518,7 @@ if ($list[0]) { } } -print "$error errors occured\n\n"; +print "$error errors occurred\n\n"; # cleanup system("rm", "-rf", "$udev_dev"); |