summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-10-12 22:47:52 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-10-12 22:49:48 +0200
commit422a2aa12f9753a44e2df18c61c2f280fce32308 (patch)
tree0e721872dced8115912649d284b7ebb6775d58e1 /src
parentffe480e3de3713bac92079a173bc7e2ef48799bb (diff)
Fix typo0.6.0
Diffstat (limited to 'src')
-rw-r--r--src/scm/webid-oidc/client/client.scm2
1 files changed, 1 insertions, 1 deletions
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 <account>"
- (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)))))))