summaryrefslogtreecommitdiff
path: root/gio/gseekable.h
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2012-02-17 16:09:59 +0000
committerDavid King <amigadave@amigadave.com>2012-02-17 16:12:27 +0000
commit29f3e40e4e8bb382f405ecd1769d37bfd536e24b (patch)
tree5ecd72a475be508c64cb43e83ab5149925fe5e5c /gio/gseekable.h
parent52f34311b908e661f257cab70d60d89d37a2da75 (diff)
downloadglib-29f3e40e4e8bb382f405ecd1769d37bfd536e24b.tar.gz
glib-29f3e40e4e8bb382f405ecd1769d37bfd536e24b.tar.bz2
glib-29f3e40e4e8bb382f405ecd1769d37bfd536e24b.zip
docs: Fix a typo in the GSeekable documentation
Diffstat (limited to 'gio/gseekable.h')
-rw-r--r--gio/gseekable.h2
1 files changed, 1 insertions, 1 deletions
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.