summaryrefslogtreecommitdiff
path: root/src/rmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rmd.c')
-rw-r--r--src/rmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rmd.c b/src/rmd.c
index 9fe2867..c76b5bf 100644
--- a/src/rmd.c
+++ b/src/rmd.c
@@ -163,9 +163,9 @@ int main(int argc, char **argv)
return 1;
}
- 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 while cleaning up cache!\n");
+ fprintf(stderr, "Some error occurred while cleaning up cache!\n");
fprintf(stderr, "Done!!!\n");
}
© All Rights Reserved