Spelling: fix "every time"

Detected by Debian's Lintian tool.

Also fix the spelling of "linking" in one error message.

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie
2018-04-05 11:19:47 +01:00
parent b803d94366
commit 214c991d5b
2 changed files with 2 additions and 2 deletions

View File

@@ -1853,7 +1853,7 @@ FUNC_NO_LOCALTIME_R="the 'g_date_set_time' function will not be MT-safe
AIX_COMPILE_INFO="AIX's C compiler needs to be called by a different name, when AIX_COMPILE_INFO="AIX's C compiler needs to be called by a different name, when
linking threaded applications. As GLib cannot do that linking threaded applications. As GLib cannot do that
automatically, you will get an linkg error everytime you are automatically, you will get an linking error every time you are
not using the right compiler. In that case you have to relink not using the right compiler. In that case you have to relink
with the right compiler. Ususally just '_r' is appended with the right compiler. Ususally just '_r' is appended
to the compiler name." to the compiler name."

View File

@@ -253,7 +253,7 @@ will be appended to the template's <literal>file-tail</literal> section.
<varlistentry> <varlistentry>
<term><option>--eprod</option> <replaceable>TEXT</replaceable></term> <term><option>--eprod</option> <replaceable>TEXT</replaceable></term>
<listitem><para> <listitem><para>
Emits <replaceable>TEXT</replaceable> everytime an enum is encountered Emits <replaceable>TEXT</replaceable> every time an enum is encountered
in the input files. in the input files.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>