From: Andre Noll <maan@systemlinux.org>
Date: Sun, 22 Jul 2012 10:43:32 +0000 (+0200)
Subject: Fix typo in t0003.
X-Git-Tag: v0.4.12~49
X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=95e115dbc07b1a96bdb0d2d86d6429176e6a76fb;p=paraslash.git

Fix typo in t0003.
---

diff --git a/t/t0003-writer-init-error-path.sh b/t/t0003-writer-init-error-path.sh
index 15f1dd8e..07248b72 100755
--- a/t/t0003-writer-init-error-path.sh
+++ b/t/t0003-writer-init-error-path.sh
@@ -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.'