From 20acbc8d0724305acfb8cd69324f4533b86f97bf Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 5 Feb 2005 23:53:06 +0000 Subject: [PATCH] Another typo --- include/cdio/cdda.h | 12 ++++++------ lib/cdda_interface/scan_devices.c | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/include/cdio/cdda.h b/include/cdio/cdda.h index 2b8a4908..94ea0608 100644 --- a/include/cdio/cdda.h +++ b/include/cdio/cdda.h @@ -1,5 +1,5 @@ /* - $Id: cdda.h,v 1.18 2005/02/05 23:52:20 rocky Exp $ + $Id: cdda.h,v 1.19 2005/02/05 23:53:06 rocky Exp $ Copyright (C) 2004, 2005 Rocky Bernstein Copyright (C) 2001 Xiph.org @@ -184,11 +184,11 @@ extern cdrom_drive_t *cdio_cddap_identify(const char *psz_device, int messagedest, char **ppsz_message); -/** Returns a paranoia CD-ROM drive object with a CD-DA in it. - In contrast to cdio_cddap_identify, we start out with an initialzed p_cdio - object. For example you may have used that for other purposes such - as to get CDDB/CD-Text information. - @see cdio_cddap_identify +/** Returns a paranoia CD-ROM drive object with a CD-DA in it. In + contrast to cdio_cddap_identify, we start out with an initialized + p_cdio object. For example you may have used that for other + purposes such as to get CDDB/CD-Text information. @see + cdio_cddap_identify */ cdrom_drive_t *cdio_cddap_identify_cdio(CdIo_t *p_cdio, int messagedest, char **ppsz_messages); diff --git a/lib/cdda_interface/scan_devices.c b/lib/cdda_interface/scan_devices.c index 86fdc67a..f8ce1268 100644 --- a/lib/cdda_interface/scan_devices.c +++ b/lib/cdda_interface/scan_devices.c @@ -1,5 +1,5 @@ /* - $Id: scan_devices.c,v 1.24 2005/02/05 23:52:20 rocky Exp $ + $Id: scan_devices.c,v 1.25 2005/02/05 23:53:06 rocky Exp $ Copyright (C) 2004, 2005 Rocky Bernstein Copyright (C) 1998 Monty xiphmont@mit.edu @@ -185,11 +185,11 @@ char **ppsz_messages) ppsz_messages); } -/** Returns a paranoia CD-ROM drive object with a CD-DA in it. - In contrast to cdio_cddap_identify, we start out with an initialzed p_cdio - object. For example you may have used that for other purposes such - as to get CDDB/CD-Text information. - @see cdio_cddap_identify +/** Returns a paranoia CD-ROM drive object with a CD-DA in it. In + contrast to cdio_cddap_identify, we start out with an initialized + p_cdio object. For example you may have used that for other + purposes such as to get CDDB/CD-Text information. @see + cdio_cddap_identify */ cdrom_drive_t * cdio_cddap_identify_cdio(CdIo_t *p_cdio, int messagedest, char **ppsz_messages)