From eafb323da47aea1c50e6c60d47fa99e764cd6bdd Mon Sep 17 00:00:00 2001 From: rocky Date: Fri, 14 Jan 2005 02:13:36 +0000 Subject: [PATCH] Spelling mistake. --- test/testparanoia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testparanoia.c b/test/testparanoia.c index fe4f07c9..d0917588 100644 --- a/test/testparanoia.c +++ b/test/testparanoia.c @@ -136,7 +136,7 @@ main(int argc, const char *argv[]) if ( 0 == cdio_read_audio_sector(d->p_cdio, readbuf, i_lsn) ) { if ( 0 != memcmp(audio_buf[i], readbuf, CDIO_CD_FRAMESIZE_RAW) ) { - printf("LSNs %ld don't match\n", (long int) i_lsn); + printf("LSN %ld doesn't match\n", (long int) i_lsn); i_rc = 1; goto out; }