1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-06-24 13:14:53 +02:00

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

gseekable: fix 'attmepting' typo

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

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