From 4970473ea84b15a63bc7bd72655f80a7906fc400 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 21 Dec 2001 18:01:54 +0000 Subject: [PATCH] small typo Original commit message from CVS: small typo --- ext/vorbis/vorbisenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/vorbis/vorbisenc.c b/ext/vorbis/vorbisenc.c index 82552dd342..06432b0e13 100644 --- a/ext/vorbis/vorbisenc.c +++ b/ext/vorbis/vorbisenc.c @@ -145,7 +145,7 @@ gst_vorbisenc_init (VorbisEnc * vorbisenc) static void gst_vorbisenc_setup (VorbisEnc * vorbisenc) { - static const gchar *comment = "Track encodec with GStreamer"; + static const gchar *comment = "Track encoded with GStreamer"; /********** Encode setup ************/ /* choose an encoding mode */