Fix doc syntax
authorMatthias Clasen <mclasen@redhat.com>
Sat, 4 Jun 2011 23:05:19 +0000 (19:05 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 4 Jun 2011 23:05:51 +0000 (19:05 -0400)
gio/gcontenttype.c

index 27dc126..ce8ab6c 100644 (file)
@@ -42,7 +42,7 @@
  * @include: gio/gio.h
  *
  * A content type is a platform specific string that defines the type
- * of a file. On UNIX it is a <ulink url="http://www.wikipedia.org/wiki/Internet_media_type>mime type</ulink> like "text/plain" or "image/png".
+ * of a file. On UNIX it is a <ulink url="http://www.wikipedia.org/wiki/Internet_media_type">mime type</ulink> like "text/plain" or "image/png".
  * On Win32 it is an extension string like ".doc", ".txt" or a perceived
  * string like "audio". Such strings can be looked up in the registry at
  * HKEY_CLASSES_ROOT.