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-http.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-http.h')
-rw-r--r-- | facebook/facebook-http.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/facebook/facebook-http.h b/facebook/facebook-http.h index 1c07344..ceccbfc 100644 --- a/facebook/facebook-http.h +++ b/facebook/facebook-http.h @@ -417,7 +417,7 @@ fb_http_values_get_keys(FbHttpValues *values); * fb_http_values_get_bool: * @values: The #FbHttpValues. * @name: The value name. - * @error: The return location for the #GError, or #NULL. + * @error: The return location for the #GError or #NULL. * * Gets a boolean value from the #FbHttpValues. This optionally assigns * an appropriate #GError upon failure. @@ -432,7 +432,7 @@ fb_http_values_get_bool(FbHttpValues *values, const gchar *name, * fb_http_values_get_dbl: * @values: The #FbHttpValues. * @name: The value name. - * @error: The return location for the #GError, or #NULL. + * @error: The return location for the #GError or #NULL. * * Gets a floating point value from the #FbHttpValues. This optionally * assigns an appropriate #GError upon failure. @@ -447,7 +447,7 @@ fb_http_values_get_dbl(FbHttpValues *values, const gchar *name, * fb_http_values_get_int: * @values: The #FbHttpValues. * @name: The value name. - * @error: The return location for the #GError, or #NULL. + * @error: The return location for the #GError or #NULL. * * Gets an integer value from the #FbHttpValues. This optionally * assigns an appropriate #GError upon failure. @@ -462,7 +462,7 @@ fb_http_values_get_int(FbHttpValues *values, const gchar *name, * fb_http_values_get_str: * @values: The #FbHttpValues. * @name: The value name. - * @error: The return location for the #GError, or #NULL. + * @error: The return location for the #GError or #NULL. * * Gets a string value from the #FbHttpValues. This optionally assigns * an appropriate #GError upon failure. @@ -477,7 +477,7 @@ fb_http_values_get_str(FbHttpValues *values, const gchar *name, * fb_http_values_dup_str: * @values: The #FbHttpValues. * @name: The value name. - * @error: The return location for the #GError, or #NULL. + * @error: The return location for the #GError or #NULL. * * Gets a duplicated string value from the #FbHttpValues. This * optionally assigns an appropriate #GError upon failure. The returned |