summaryrefslogtreecommitdiff
path: root/gio/gmount.c
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2017-05-17 13:37:02 +0100
committerPhilip Withnall <withnall@endlessm.com>2017-05-17 13:37:02 +0100
commit7f8ae236a76cf2b03e959d887504a381d5934ec5 (patch)
tree60d1ca175392899b0b3d637f127e42fdd5a4833f /gio/gmount.c
parent5faaaac92cfdfe2fc40d79a5a7f420ba09beb03d (diff)
downloadglib-7f8ae236a76cf2b03e959d887504a381d5934ec5.tar.gz
docs: Fix a trivial typo in GMount documentation
Signed-off-by: Philip Withnall <withnall@endlessm.com>
Diffstat (limited to 'gio/gmount.c')
-rw-r--r--gio/gmount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gmount.c b/gio/gmount.c
index d585663cf..084b199d5 100644
--- a/gio/gmount.c
+++ b/gio/gmount.c
@@ -339,7 +339,7 @@ g_mount_can_unmount (GMount *mount)
* g_mount_can_eject:
* @mount: a #GMount.
*
- * Checks if @mount can be eject.
+ * Checks if @mount can be ejected.
*
* Returns: %TRUE if the @mount can be ejected.
**/