changeset 24521:186626edd969

Fix typo in comment
author reimar
date Sun, 16 Sep 2007 09:00:45 +0000
parents f2a0377c83eb
children 89bae6fd11fe
files libaf/af_format.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)) ||