Merge branch 'wjt/gseekable-fix-attmepting-typo' into 'master'

gseekable: fix 'attmepting' typo

See merge request GNOME/glib!415
This commit is contained in:
Emmanuele Bassi 2018-10-25 08:59:56 +00:00
commit 7cf02db664

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.
*