diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2018-03-13 12:41:47 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2018-03-13 12:41:47 +0100 |
commit | 1481dd58e2fccbd005b63f866be2b910c4724ed3 (patch) | |
tree | dac086207ee6df67ad97a4918c3fa80ece30e547 /libmm-glib/mm-bearer-properties.c | |
parent | 9535f4c474a33c229f5761d7a6e67fd4253bbb57 (diff) |
libmm-glib,bearer-properties: minor documentation typo fix
Diffstat (limited to 'libmm-glib/mm-bearer-properties.c')
-rw-r--r-- | libmm-glib/mm-bearer-properties.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmm-glib/mm-bearer-properties.c b/libmm-glib/mm-bearer-properties.c index 0be48774..d202e6d3 100644 --- a/libmm-glib/mm-bearer-properties.c +++ b/libmm-glib/mm-bearer-properties.c @@ -261,7 +261,7 @@ mm_bearer_properties_set_allow_roaming (MMBearerProperties *self, * * Checks whether roaming is allowed in the connection. * - * Returns: %TRUE if roaming is allowed, %FALSE otherwise.. + * Returns: %TRUE if roaming is allowed, %FALSE otherwise. */ gboolean mm_bearer_properties_get_allow_roaming (MMBearerProperties *self) |