donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit 380e960e589b2a984e0c559515827025d9fd4e2a
parent 4df8bb2578367bca555e4faf755cf487a3974b0e
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Fri, 10 Apr 2026 17:24:21 +0200

build: fix codespell and autoreconf

Diffstat:
Mbootstrap | 2--
Msrc/donaudb/lookup_donation_unit_amount.c | 2+-
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/bootstrap b/bootstrap @@ -28,5 +28,3 @@ if existence uncrustify; then else echo "Uncrustify not detected, hook not installed. Please install uncrustify if you plan on doing development" fi - -autoreconf -fi diff --git a/src/donaudb/lookup_donation_unit_amount.c b/src/donaudb/lookup_donation_unit_amount.c @@ -15,7 +15,7 @@ */ /** * @file src/donaudb/lookup_donation_unit_amount.c - * @brief Implmentation of getting the donation unit amount + * @brief Implementation of getting the donation unit amount * @author Bohdan Potuzhnyi */ #include <donau_config.h>