summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Fleury <emmanuel.fleury@u-bordeaux.fr>2019-07-12 17:49:51 +0200
committerEmmanuel Fleury <emmanuel.fleury@u-bordeaux.fr>2019-07-12 17:49:51 +0200
commit628e448e029c6da2f9cb2ab53b44f70627cc7c90 (patch)
tree229540f5d8390e5b0f7f42208074949a9d61be40
parent2e39f4148e787fddd7cd8ae76a39e915786ed572 (diff)
downloadglib-628e448e029c6da2f9cb2ab53b44f70627cc7c90.tar.gz
Fixing a small typo in docs/references/gio/gio.xml
Fix issue #1828
-rw-r--r--docs/reference/gio/gio.xml2
1 files changed, 1 insertions, 1 deletions
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.</para>
<para>Mounting refers to the traditional concept of arranging multiple
file systems and devices in a single tree, rooted at <filename>/</filename>. 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.</para>