From: Richard Fitzgerald Date: Mon, 15 Apr 2013 16:39:39 +0000 (+0100) Subject: tinycompress: cplay: Correct a couple of small message typos X-Git-Tag: v0.2.0~10 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=8c9d5dacf462c045a5090e9f6144a34a5a031564;p=tinycompress.git tinycompress: cplay: Correct a couple of small message typos Signed-off-by: Richard Fitzgerald Signed-off-by: Charles Keepax Signed-off-by: Vinod Koul --- diff --git a/cplay.c b/cplay.c index 43b0796..673026e 100644 --- a/cplay.c +++ b/cplay.c @@ -337,7 +337,7 @@ void play_samples(char *name, unsigned int card, unsigned int device, goto BUF_EXIT; } if (wrote != num_read) { - /* TODO: Buufer pointer needs to be set here */ + /* TODO: Buffer pointer needs to be set here */ fprintf(stderr, "We wrote %d, DSP accepted %d\n", num_read, wrote); } if (verbose) { @@ -348,7 +348,7 @@ void play_samples(char *name, unsigned int card, unsigned int device, } while (num_read > 0); if (verbose) - printf("%s: exit sucess\n", __func__); + printf("%s: exit success\n", __func__); /* issue drain if it supports */ compress_drain(compress); free(buffer);