diff options
author | Philip Withnall <withnall@endlessm.com> | 2018-12-19 12:17:49 +0000 |
---|---|---|
committer | Philip Withnall <withnall@endlessm.com> | 2018-12-19 12:17:49 +0000 |
commit | 3026efbc0ffdd0df24769581ad47c3fc62921e70 (patch) | |
tree | a3a5941aed0ff3c813b107b7d0eaea2b3610d488 /docs | |
parent | 30ed95216a23eb96cfec23c039f34e9059bbac97 (diff) | |
download | glib-3026efbc0ffdd0df24769581ad47c3fc62921e70.tar.gz |
docs: Fix some minor wording problems in the gio documentation
And some missing apostrophes.
Signed-off-by: Philip Withnall <withnall@endlessm.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gio/gio.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference/gio/gio.xml b/docs/reference/gio/gio.xml index 6405bc221..5636315d2 100644 --- a/docs/reference/gio/gio.xml +++ b/docs/reference/gio/gio.xml @@ -142,7 +142,7 @@ commands that are similar to traditional utilities, but let you use GIO locations instead of local files: for example you can use something like <filename>smb://server/resource/file.txt</filename> - as location.</para> + as a location.</para> </refsect1> <refsect1> @@ -560,7 +560,7 @@ <variablelist> <varlistentry> <term><option>-b</option>, <option>--backup</option></term> - <listitem><para>Backup existing destination files.</para></listitem> + <listitem><para>Back up existing destination files.</para></listitem> </varlistentry> <varlistentry> <term><option>-c</option>, <option>--create</option></term> @@ -639,7 +639,7 @@ <para>Sends files or directories to the "Trashcan". This can be a different folder depending on where the file is located, and not all file systems support this concept. In the common case that the - file lives inside a users home directory, the trash folder is + file lives inside a user’s home directory, the trash folder is <filename><envar>$XDG_DATA_HOME</envar>/Trash</filename>.</para> <para>Note that moving files to the trash does not free up space on the file system until the "Trashcan" is emptied. If you are interested |