taler-rust

GNU Taler code in Rust. Largely core banking integrations.
Log | Files | Refs | Submodules | README | LICENSE

commit 6415febfa3a3ecc57f89a3f438c0185555c52d7a
parent 7823c19d99279956b16696734da2ccd782658c85
Author: Antoine A <>
Date:   Thu,  8 Jan 2026 17:07:40 +0100

common: typo

Diffstat:
Mcommon/http-client/src/lib.rs | 2+-
Mcontrib/ci/jobs/0-codespell/dictionary.txt | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/http-client/src/lib.rs b/common/http-client/src/lib.rs @@ -109,7 +109,7 @@ impl Display for Ctx { } #[derive(Debug, Error)] -/// Error happening whith api request context +/// Error happening with api request context #[error("{ctx} {err}")] pub struct ApiErr<E: std::error::Error> { pub ctx: Ctx, diff --git a/contrib/ci/jobs/0-codespell/dictionary.txt b/contrib/ci/jobs/0-codespell/dictionary.txt @@ -6,4 +6,4 @@ # about 'Foo'. # crate -ser:: -\ No newline at end of file +ser +\ No newline at end of file