commit f49936981949b6c349d8299cb3198e356c2cb889 parent a6f8e473dc6b2e862a8d4fd8d00176ad8b39918e Author: Antoine A <> Date: Wed, 10 Jul 2024 14:19:18 +0200 common: spell fix Diffstat:
| M | nexus/src/main/kotlin/tech/libeufin/nexus/EbicsFetch.kt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/EbicsFetch.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/EbicsFetch.kt @@ -182,7 +182,7 @@ private suspend fun ingestPayload( } } - // Unzip payload if nescessary + // Unzip payload if necessary when (document) { SupportedDocument.PAIN_002, SupportedDocument.CAMT_052,