Two language fixes:

- there default settings -> their default settings
- there be -> there must be

PR:		240667
Submitted by:	pauamma@gundo.com
Event:		EuroBSDcon 2019 Hackathon
This commit is contained in:
Benedict Reuschling 2019-09-20 08:39:47 +00:00
parent 780d0a3f7b
commit 7adaf7bbf6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53423

View file

@ -1992,7 +1992,7 @@ GLIB_SCHEMAS= org.regexxer.gschema.xml
installed in the
<filename>share/glib-2.0/schemas/</filename> directory.
These schema files contain all application config values
with there default settings. The actual database used
with their default settings. The actual database used
by the applications is built by
<application>glib-compile-schema</application>, which is
run by the <varname>GLIB_SCHEMAS</varname> macro.</para>
@ -2025,7 +2025,7 @@ GLIB_SCHEMAS= org.regexxer.gschema.xml
database is defined by installed schema files that are
used to generate <filename>%gconf.xml</filename> key
files. For each schema file installed by the port,
there be an entry in the
there must be an entry in the
<filename>Makefile</filename>:</para>
<programlisting>GCONF_SCHEMAS=my_app.schemas my_app2.schemas my_app3.schemas</programlisting>