gvariant: Doc typo fix

This commit is contained in:
Colin Walters 2011-10-12 15:25:12 -04:00
parent 15b9f64004
commit 1368533dc2

View File

@ -80,7 +80,7 @@
* indicator could be placed at the beginning of a file, network message
* or network stream).
*
* A #GVariant's size is limited mainly by any lowever level operating
* A #GVariant's size is limited mainly by any lower level operating
* system constraints, such as the number of bits in #gsize. For
* example, it is reasonable to have a 2GB file mapped into memory
* with #GMappedFile, and call g_variant_new_from_data() on it.