From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 24 Sep 2023 04:21:05 +0000 (+0200)
Subject: Minor language fix.
X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/%7B%7Bdb.prefix%7D%7D/%7B%7B%20web_path%20%7D%7D/%7B%7Bprefix%7D%7D/edit?a=commitdiff_plain;h=afb32974cc39d65b54f5281dc031c0313fea09a5;p=misc

Minor language fix.
---

diff --git a/bookmaker.py b/bookmaker.py
index cf562d0..5e0edb3 100755
--- a/bookmaker.py
+++ b/bookmaker.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 """
-bookmaker.py is a helper for optimizing PDFs of books for the production of small self-printed, self-bound physical books  To this goal it offers various PDF manipulation options potentially that can also be used indepéndently and for other purposes.
+bookmaker.py is a helper for optimizing PDFs of books for the production of small self-printed, self-bound physical books  Towards this goal it offers various PDF manipulation options potentially that can also be used indepéndently and for other purposes.
 """
 import argparse
 import io