From c7f059097c31ece25fa61c6715752846ec92295b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Loeuillet?= Date: Sat, 6 Nov 2004 11:21:53 +0000 Subject: [PATCH] typo Original commit message from CVS: typo --- docs/gst/tmpl/gst.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gst/tmpl/gst.sgml b/docs/gst/tmpl/gst.sgml index 08add02b14..6ba37f6f54 100644 --- a/docs/gst/tmpl/gst.sgml +++ b/docs/gst/tmpl/gst.sgml @@ -29,7 +29,7 @@ it can be used. You should pass a pointer to the main argc and argv variables so process its own command line options, as shown in the following example. -Initializing the gstreamer libarary +Initializing the gstreamer library int main (int argc, char *argv[])