summaryrefslogtreecommitdiff
path: root/src/rmd.c
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2021-04-30 11:15:39 -0700
committerVito Caputo <vcaputo@pengaru.com>2021-04-30 11:15:39 -0700
commit76e696ff22cdce07c44bede7a3a43ffac5c717d0 (patch)
treea42b59b64cd316bb4043e1f8496b9869683b62a4 /src/rmd.c
parent612d85f058fea8951beede1dd34c603f0116de2e (diff)
*: minor message string typo fixups
nothing functionally different
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