Hi!
Find attached a patch for this bug. I've also forwarded it to upstream. HTH -- mail: [email protected] http://adi.thur.de PGP/GPG: key via keyserver
>From 4a520f9dd333be4f42383d180b03ee17ae7dc8f0 Mon Sep 17 00:00:00 2001 From: Adrian Knoth <[email protected]> Date: Fri, 20 Aug 2010 16:20:48 +0200 Subject: [PATCH 1/2] Small typos --- src/rmd.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rmd.c b/src/rmd.c index 339244b..bebb551 100644 --- a/src/rmd.c +++ b/src/rmd.c @@ -162,9 +162,9 @@ int main(int argc,char **argv){ if (!pdata.aborted) { rmdEncodeCache(&pdata); } - fprintf(stderr,"Cleanning up cache...\n"); + fprintf(stderr,"Cleaning up cache...\n"); if(rmdPurgeCache(pdata.cache_data,!pdata.args.nosound)) - fprintf(stderr,"Some error occured " + fprintf(stderr,"Some error occurred " "while cleaning up cache!\n"); fprintf(stderr,"Done!!!\n"); } -- 1.7.1

