Fix typo in t0003.
authorAndre Noll <maan@systemlinux.org>
Sun, 22 Jul 2012 10:43:32 +0000 (12:43 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 22 Jul 2012 10:43:32 +0000 (12:43 +0200)
t/t0003-writer-init-error-path.sh

index 15f1dd8e53cff5d4a811c5ea9efb0b2e25752049..07248b7258712260469ba06bcb347f19586b119c 100755 (executable)
@@ -2,7 +2,7 @@
 
 test_description='Check if alsa_init() failures are handled gracefully.
 
-Older parasslash versions contained a bug which caused para_write and para_audiod
+Older paraslash versions contained a bug which caused para_write and para_audiod
 to abort if the alsa/oss device could not be opened. This test makes sure we
 will not introduce the same bug again.'