From 23008d7aace672ec688cf62547c6c573724fdd6b Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Sat, 31 Jul 2004 22:10:19 +0000 Subject: [PATCH] fix typo in comments --- include/FLAC/metadata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/FLAC/metadata.h b/include/FLAC/metadata.h index 328ca1d4..2724e0e1 100644 --- a/include/FLAC/metadata.h +++ b/include/FLAC/metadata.h @@ -1446,7 +1446,7 @@ FLAC_API FLAC__bool FLAC__metadata_object_vorbiscomment_entry_matches(const FLAC /*@@@@ add to unit tests */ /** Find a Vorbis comment with the given field name. * - * The search begins at entry number \a offset; use and offset of 0 to + * The search begins at entry number \a offset; use an offset of 0 to * search from the beginning of the comment array. * * \param object A pointer to an existing VORBIS_COMMENT object.