From 74860f3f04cdfb2226f90f37fa08b9a10613fe4b Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 21 Apr 2003 23:27:57 +0000 Subject: [PATCH] Simple typo. --- include/cdio/cdio.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/cdio/cdio.h.in b/include/cdio/cdio.h.in index 189d1205..e42f31ef 100644 --- a/include/cdio/cdio.h.in +++ b/include/cdio/cdio.h.in @@ -1,5 +1,5 @@ /* -*- c -*- - $Id: cdio.h.in,v 1.3 2003/04/21 10:17:50 hvr Exp $ + $Id: cdio.h.in,v 1.4 2003/04/21 23:27:57 rocky Exp $ Copyright (C) 2001 Herbert Valerio Riedel Copyright (C) 2003 Rocky Bernstein @@ -127,7 +127,7 @@ extern "C" { char * cdio_get_default_device (const CdIo *obj); /*! - Return the number of of the first track. + Return the number of the first track. CDIO_INVALID_TRACK is returned on error. */ track_t cdio_get_first_track_num(const CdIo *obj);