diff options
author | jgeboski <jgeboski@gmail.com> | 2015-12-16 14:11:00 -0500 |
---|---|---|
committer | jgeboski <jgeboski@gmail.com> | 2015-12-20 13:08:39 -0500 |
commit | 1c47c7ab4d0b74f67dc11558360d24c746d63186 (patch) | |
tree | 9b19e5e556d3366dfe4b188e8be4bf7079f692d9 /facebook/facebook-util.h | |
parent | 2018aa1a288d5204d5d066bff672df8cb46065b9 (diff) | |
download | bitlbee-facebook-1c47c7ab4d0b74f67dc11558360d24c746d63186.tar.gz bitlbee-facebook-1c47c7ab4d0b74f67dc11558360d24c746d63186.tar.bz2 bitlbee-facebook-1c47c7ab4d0b74f67dc11558360d24c746d63186.tar.xz |
Fixed grammar errors in the GTK-Doc
Diffstat (limited to 'facebook/facebook-util.h')
-rw-r--r-- | facebook/facebook-util.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/facebook/facebook-util.h b/facebook/facebook-util.h index 6c71dce..5a0f1f4 100644 --- a/facebook/facebook-util.h +++ b/facebook/facebook-util.h @@ -224,7 +224,7 @@ fb_util_zcompressed(const GByteArray *bytes); /** * fb_util_zcompress: * @bytes: The #GByteArray. - * @error: The return location for the #GError, or #NULL. + * @error: The return location for the #GError or #NULL. * * Compresses a #GByteArray with zlib. The returned #GByteArray should * be freed with #g_byte_array_free() when no longer needed. @@ -237,12 +237,12 @@ fb_util_zcompress(const GByteArray *bytes, GError **error); /** * fb_util_zuncompress: * @bytes: The #GByteArray. - * @error: The return location for the #GError, or #NULL. + * @error: The return location for the #GError or #NULL. * * Uncompresses a #GByteArray with zlib. The returned #GByteArray * should be freed with #g_byte_array_free() when no longer needed. * - * Returns: The uncompressed #GByteArray, or #NULL on error. + * Returns: The uncompressed #GByteArray or #NULL on error. */ GByteArray * fb_util_zuncompress(const GByteArray *bytes, GError **error); |