summaryrefslogtreecommitdiff
path: root/talerbuildconfig.py
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-09-08 18:44:00 -0300
committerSebastian <sebasjm@gmail.com>2023-09-08 18:44:00 -0300
commit001f5dd081fc8729ff8def90c4a1c3f93eb8689a (patch)
treee1a354b4035ab00956beb930bf2def2ebb2fb25e /talerbuildconfig.py
parent23538677f6c6be2a62f38dc6137ecdd1c76b7b15 (diff)
downloadbuild-common-master.tar.gz
build-common-master.tar.bz2
build-common-master.zip
codespell fixHEADmaster
Diffstat (limited to 'talerbuildconfig.py')
-rw-r--r--talerbuildconfig.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/talerbuildconfig.py b/talerbuildconfig.py
index 1b531a8..642bcbc 100644
--- a/talerbuildconfig.py
+++ b/talerbuildconfig.py
@@ -40,7 +40,7 @@ from pathlib import Path
"""
This module aims to replicate a small GNU Coding Standards
-configure script, taylored at projects in GNU Taler. We hope it
+configure script, tailored at projects in GNU Taler. We hope it
can be of use outside of GNU Taler, hence it is dedicated to the
public domain ('0BSD').
It takes a couple of arguments on the commandline equivalent to
@@ -48,7 +48,7 @@ configure by autotools, in addition some environment variables
xan take precedence over the switches. In the absence of switches,
/usr/local is assumed as the PREFIX.
When all data from tests are gathered, it generates a config.mk
-Makefile fragement, which is the processed by a Makefile (usually) in
+Makefile fragment, which is the processed by a Makefile (usually) in
GNU Make format.
"""