diff libaf/af_format.c @ 24521:186626edd969

Fix typo in comment
author reimar
date Sun, 16 Sep 2007 09:00:45 +0000
parents a124f3abc1ec
children 90b0691d9709
line wrap: on
line diff
--- a/libaf/af_format.c	Sat Sep 15 21:26:20 2007 +0000
+++ b/libaf/af_format.c	Sun Sep 16 09:00:45 2007 +0000
@@ -91,7 +91,7 @@
        af->data->bps == data->bps)
       return AF_DETACH;
 
-    // Check for errors in configuraton
+    // Check for errors in configuration
     if((AF_OK != check_bps(data->bps)) ||
        (AF_OK != check_format(data->format)) ||
        (AF_OK != check_bps(af->data->bps)) ||