]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - write.c
Fix some typos.
[paraslash.git] / write.c
diff --git a/write.c b/write.c
index 512f8fcca23dce7e809ad19ed6c9784f45199993..3b87335f9adff268aee8f91c23cf565f1210b09e 100644 (file)
--- a/write.c
+++ b/write.c
@@ -59,7 +59,7 @@ static struct writer_node_group *wng;
  * Test if audio buffer contains a valid wave header.
  *
  * \return If not, return -E_NO_WAV_HEADER, otherwise, return zero. If
- * there is less than WAV_HEADER_LEN bytes awailable, return one.
+ * there is less than WAV_HEADER_LEN bytes available, return one.
  */
 static void check_wav_pre_select(__a_unused struct sched *s, struct task *t)
 {