From b4eb3915d0736ba144fb3118a491b26eadd77f9e Mon Sep 17 00:00:00 2001 From: thor Date: Mon, 23 Sep 2013 15:42:33 +0000 Subject: [PATCH] typo git-svn-id: svn://scm.orgis.org/mpg123/trunk@3416 35dc7657-300d-0410-a2e5-dc2837fedb53 --- doc/examples/extract_frames.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/extract_frames.c b/doc/examples/extract_frames.c index 9f5ff73c..f5ee58c9 100644 --- a/doc/examples/extract_frames.c +++ b/doc/examples/extract_frames.c @@ -34,7 +34,7 @@ int main(int argc, char **argv) } else { - fprintf(stderr, "I'll take your dirty MPEG audio from standard input and will write the extrated pure MPEG data to stadard output.\n"); + fprintf(stderr, "I'll take your dirty MPEG audio from standard input and will write the extracted pure MPEG data to standard output.\n"); if(argc > 1 && strcmp(argv[1], "--noinfo") == 0) { fprintf(stderr, "Enabling parsing/consuming of the Info frame so that it will not appear in output.\n");