From 628e448e029c6da2f9cb2ab53b44f70627cc7c90 Mon Sep 17 00:00:00 2001 From: Emmanuel Fleury Date: Fri, 12 Jul 2019 17:49:51 +0200 Subject: [PATCH] Fixing a small typo in docs/references/gio/gio.xml Fix issue #1828 --- docs/reference/gio/gio.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/gio/gio.xml b/docs/reference/gio/gio.xml index 35c14da34..3de69642a 100644 --- a/docs/reference/gio/gio.xml +++ b/docs/reference/gio/gio.xml @@ -407,7 +407,7 @@ functionality. Mounting refers to the traditional concept of arranging multiple file systems and devices in a single tree, rooted at /. Classical - mounting happens in the kernel and is controlle by the mount utility. + mounting happens in the kernel and is controlled by the mount utility. GIO expands this concept by introducing mount daemons that can make file systems available to GIO applications without kernel involvement.