summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2017-05-17 13:40:06 +0100
committerPhilip Withnall <withnall@endlessm.com>2017-05-17 13:40:06 +0100
commit3de1fac3925c9bce1e142c813a829521a5052a01 (patch)
treee30c22e83a4d437e63ec8063b3b93786174fa28b
parent7f8ae236a76cf2b03e959d887504a381d5934ec5 (diff)
downloadglib-3de1fac3925c9bce1e142c813a829521a5052a01.tar.gz
docs: Fix a trivial typo in GMount documentation
Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--gio/gmount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gmount.c b/gio/gmount.c
index 084b199d5..b06954e97 100644
--- a/gio/gmount.c
+++ b/gio/gmount.c
@@ -319,7 +319,7 @@ g_mount_get_drive (GMount *mount)
* g_mount_can_unmount:
* @mount: a #GMount.
*
- * Checks if @mount can be mounted.
+ * Checks if @mount can be unmounted.
*
* Returns: %TRUE if the @mount can be unmounted.
**/