[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-build-common] branch master updated: codespell fix
From: |
gnunet |
Subject: |
[taler-build-common] branch master updated: codespell fix |
Date: |
Fri, 08 Sep 2023 23:44:08 +0200 |
This is an automated email from the git hooks/post-receive script.
sebasjm pushed a commit to branch master
in repository build-common.
The following commit(s) were added to refs/heads/master by this push:
new 001f5dd codespell fix
001f5dd is described below
commit 001f5dd081fc8729ff8def90c4a1c3f93eb8689a
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Fri Sep 8 18:44:00 2023 -0300
codespell fix
---
conf/uncrustify-mode.el | 2 +-
conf/uncrustify_precommit | 2 +-
semver.py | 2 +-
talerbuildconfig.py | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/conf/uncrustify-mode.el b/conf/uncrustify-mode.el
index 97118c0..2d1ca1c 100755
--- a/conf/uncrustify-mode.el
+++ b/conf/uncrustify-mode.el
@@ -114,7 +114,7 @@
(message "uncrustify error: <%s> <%s>" ret
(buffer-string)))
nil))))))
- ;; This goto-line is outside the save-excursion becuase it'd get
+ ;; This goto-line is outside the save-excursion because it'd get
;; removed otherwise. I hate this bug. It makes things so ugly.
(goto-line original-line)
(not result)))
diff --git a/conf/uncrustify_precommit b/conf/uncrustify_precommit
index fd29998..2487333 100755
--- a/conf/uncrustify_precommit
+++ b/conf/uncrustify_precommit
@@ -30,6 +30,6 @@ if [ $RET = 1 ];
then
echo "Run"
echo "uncrustify --no-backup -c uncrustify.cfg ${crustified}"
- echo "before commiting."
+ echo "before committing."
fi
exit $RET
diff --git a/semver.py b/semver.py
index 7fd871e..76e540f 100644
--- a/semver.py
+++ b/semver.py
@@ -572,7 +572,7 @@ def match(spec, version):
def validate(version_string):
- """Validates a version string againt the SemVer specification."""
+ """Validates a version string against the SemVer specification."""
try:
Version.parse(version_string)
return True
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.
"""
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-build-common] branch master updated: codespell fix,
gnunet <=