From 7adaf7bbf6d4002e519688d4d500bc48f8f3b6fc Mon Sep 17 00:00:00 2001 From: Benedict Reuschling Date: Fri, 20 Sep 2019 08:39:47 +0000 Subject: [PATCH] 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 --- en_US.ISO8859-1/books/porters-handbook/special/chapter.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml index 1adf9e7a88..10598b774d 100644 --- a/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml @@ -1992,7 +1992,7 @@ GLIB_SCHEMAS= org.regexxer.gschema.xml installed in the share/glib-2.0/schemas/ 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 glib-compile-schema, which is run by the GLIB_SCHEMAS macro. @@ -2025,7 +2025,7 @@ GLIB_SCHEMAS= org.regexxer.gschema.xml database is defined by installed schema files that are used to generate %gconf.xml key files. For each schema file installed by the port, - there be an entry in the + there must be an entry in the Makefile: GCONF_SCHEMAS=my_app.schemas my_app2.schemas my_app3.schemas