summaryrefslogtreecommitdiffstats
path: root/doc/tdeprint/theory.docbook
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2022-07-18 12:32:26 +0300
committerMavridis Philippe <mavridisf@gmail.com>2022-07-18 12:42:50 +0300
commitdd775b8f7e028c41ff67c05e106100d566b7e11e (patch)
tree73a39c437b51523adcfad24f4531b0d9b5a58679 /doc/tdeprint/theory.docbook
parent772a4511fe95e0cd3ce2b19cede79d8652e12cac (diff)
downloadtdebase-dd775b8f7e028c41ff67c05e106100d566b7e11e.tar.gz
tdebase-dd775b8f7e028c41ff67c05e106100d566b7e11e.zip
Use gender-neutral language
This resolves issue TDE/tde#93. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'doc/tdeprint/theory.docbook')
-rw-r--r--doc/tdeprint/theory.docbook6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tdeprint/theory.docbook b/doc/tdeprint/theory.docbook
index 909cd19bb..4722ec366 100644
--- a/doc/tdeprint/theory.docbook
+++ b/doc/tdeprint/theory.docbook
@@ -17,7 +17,7 @@ needs extra theory to solve a practical problem.</para>
<para>Earlier on in history, every developer of a program that was
-capable of producing printable output had to write his own printer
+capable of producing printable output had to write their own printer
drivers too. That was quite complicated, because different programs
have different file formats. Even programs with the same purpose, for
example: word processors, often do not understand each other's formats.
@@ -41,8 +41,8 @@ paper (or other output devices, like monitors, photo typesetters, &etc;)
in a common way, was a move that filled a big gap. <!-- FIXME --></para>
<para>One such development was &PostScript; by Adobe. It meant that an
-application programmer could concentrate on making his program generate
-a &PostScript; language description of his printable page, while
+application programmer could concentrate on making their program generate
+a &PostScript; language description of their printable page, while
printing device developers could focus on making their devices
&PostScript; literate.</para>