diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2021-04-30 11:15:39 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2021-04-30 11:15:39 -0700 |
commit | 76e696ff22cdce07c44bede7a3a43ffac5c717d0 (patch) | |
tree | a42b59b64cd316bb4043e1f8496b9869683b62a4 /src/rmd.c | |
parent | 612d85f058fea8951beede1dd34c603f0116de2e (diff) |
*: minor message string typo fixups
nothing functionally different
Diffstat (limited to 'src/rmd.c')
-rw-r--r-- | src/rmd.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"); } |