gseekable: fix 'attmepting' typo

This commit is contained in:
Will Thompson 2018-10-24 20:42:57 +01:00
parent 5263b54a06
commit cd524d065b
No known key found for this signature in database
GPG Key ID: 3422DC0D7AD482A7

View File

@ -36,7 +36,7 @@
* fixed-size.
*
* #GSeekable on fixed-sized streams is approximately the same as POSIX
* lseek() on a block device (for example: attmepting to seek past the
* lseek() on a block device (for example: attempting to seek past the
* end of the device is an error). Fixed streams typically cannot be
* truncated.
*