From: David King Date: Fri, 17 Feb 2012 16:09:59 +0000 (+0000) Subject: docs: Fix a typo in the GSeekable documentation X-Git-Tag: android-x86-6.0-r1~469 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=29f3e40e4e8bb382f405ecd1769d37bfd536e24b;p=android-x86%2Fexternal-bluetooth-glib.git docs: Fix a typo in the GSeekable documentation --- diff --git a/gio/gseekable.h b/gio/gseekable.h index 0cba50fd7..ba51eea5d 100644 --- a/gio/gseekable.h +++ b/gio/gseekable.h @@ -49,7 +49,7 @@ typedef struct _GSeekableIface GSeekableIface; * @tell: Tells the current location within a stream. * @can_seek: Checks if seeking is supported by the stream. * @seek: Seeks to a location within a stream. - * @can_truncate: Chekcs if truncation is suppored by the stream. + * @can_truncate: Checks if truncation is supported by the stream. * @truncate_fn: Truncates a stream. * * Provides an interface for implementing seekable functionality on I/O Streams.