libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 7258b14cb16277cb744f705e3c5864263b5e2be9
parent 1aec042373819355cd77e45c1ca08cebeb42b889
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 12 Feb 2024 09:57:29 +0100

-typo

Diffstat:
Mbank/src/main/kotlin/tech/libeufin/bank/Main.kt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bank/src/main/kotlin/tech/libeufin/bank/Main.kt b/bank/src/main/kotlin/tech/libeufin/bank/Main.kt @@ -62,7 +62,7 @@ private val logger: Logger = LoggerFactory.getLogger("libeufin-bank") var engine: ApplicationEngine? = null /** - * This plugin check for body length limit and inflates the requests that have "Content-Encoding: deflate" + * This plugin checks for body length limit and inflates the requests that have "Content-Encoding: deflate" */ val bodyPlugin = createApplicationPlugin("BodyLimitAndDecompression") { onCallReceive { call ->