# HG changeset patch # User reimar # Date 1321297775 0 # Node ID 4a6b8c6e837a00bb842c823c64ff337599a0e362 # Parent 07a21268eb84f46fb87e0360fb39c5db74d13d5b Some spelling/grammar fixes. diff -r 07a21268eb84 -r 4a6b8c6e837a libaf/af.c --- a/libaf/af.c Mon Nov 14 19:05:49 2011 +0000 +++ b/libaf/af.c Mon Nov 14 19:09:35 2011 +0000 @@ -319,7 +319,7 @@ } if(!new){ // Should _never_ happen mp_msg(MSGT_AFILTER, MSGL_ERR, "[libaf] Unable to correct audio format. " - "This error should never uccur, please send bugreport.\n"); + "This error should never occur, please send a bug report.\n"); return AF_ERROR; } af=new->next; @@ -532,7 +532,7 @@ if (AF_OK != fixup_output_format(s)) { // Something is stuffed audio out will not work mp_msg(MSGT_AFILTER, MSGL_ERR, "[libaf] Unable to setup filter system can not" - " meet sound-card demands, please send bugreport. \n"); + " meet sound-card demands, please send a bug report. \n"); af_uninit(s); return -1; } @@ -549,7 +549,7 @@ // Sanity check if(!s || !s->first || !name) return NULL; - // Insert the filter somwhere nice + // Insert the filter somewhere nice if(!strcmp(s->first->info->name,"format")) new = af_append(s, s->first, name); else