From 422a2aa12f9753a44e2df18c61c2f280fce32308 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Tue, 12 Oct 2021 22:47:52 +0200 Subject: Fix typo --- src/scm/webid-oidc/client/client.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scm/webid-oidc') diff --git a/src/scm/webid-oidc/client/client.scm b/src/scm/webid-oidc/client/client.scm index c6e24b7..7974cab 100644 --- a/src/scm/webid-oidc/client/client.scm +++ b/src/scm/webid-oidc/client/client.scm @@ -88,7 +88,7 @@ (convert-args client-id (jwk:generate-key #:n-size 2048) redirect-uri)) (else (scm-error 'wrong-type-arg "make " - (G_ "Client ID and redirect URIs should be URIs, and key pair should be a key pair..") + (G_ "Client ID and redirect URIs should be URIs, and key pair should be a key pair.") '() (list client-id key-pair redirect-uri))))))) -- cgit v1.2.3