From 9a6529442c3e82bb8151f7ed72edd72559c4fc63 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 4 Jun 2011 19:05:19 -0400 Subject: [PATCH] Fix doc syntax --- gio/gcontenttype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gcontenttype.c b/gio/gcontenttype.c index 27dc12685..ce8ab6cce 100644 --- a/gio/gcontenttype.c +++ b/gio/gcontenttype.c @@ -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 mime type 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.