From 422a2aa12f9753a44e2df18c61c2f280fce32308 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Tue, 12 Oct 2021 22:47:52 +0200 Subject: Fix typo --- po/disfluid.pot | 4 ++-- po/fr.po | 6 +++--- src/scm/webid-oidc/client/client.scm | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/po/disfluid.pot b/po/disfluid.pot index b657e6d..26edb09 100644 --- a/po/disfluid.pot +++ b/po/disfluid.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: disfluid SNAPSHOT\n" "Report-Msgid-Bugs-To: vivien@planete-kraus.eu\n" -"POT-Creation-Date: 2021-10-12 22:45+0200\n" +"POT-Creation-Date: 2021-10-12 22:48+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -674,7 +674,7 @@ msgstr "" #: src/scm/webid-oidc/client/client.scm:91 msgid "" "Client ID and redirect URIs should be URIs, and key pair should be a key " -"pair.." +"pair." msgstr "" #: src/scm/webid-oidc/client/gui.scm:64 diff --git a/po/fr.po b/po/fr.po index 583ff79..5ae942b 100644 --- a/po/fr.po +++ b/po/fr.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: webid-oidc 0.0.0\n" "Report-Msgid-Bugs-To: vivien@planete-kraus.eu\n" -"POT-Creation-Date: 2021-10-12 22:45+0200\n" -"PO-Revision-Date: 2021-10-12 22:46+0200\n" +"POT-Creation-Date: 2021-10-12 22:48+0200\n" +"PO-Revision-Date: 2021-10-12 22:49+0200\n" "Last-Translator: Vivien Kraus \n" "Language-Team: French \n" "Language: fr\n" @@ -738,7 +738,7 @@ msgstr "Suppression de ~a (ETag attendu ~a)" #: src/scm/webid-oidc/client/client.scm:91 msgid "" "Client ID and redirect URIs should be URIs, and key pair should be a key " -"pair.." +"pair." msgstr "" "L’ID de client et l’URI de redirection doivent être des URIs, et la paire de " "clés doit être une paire de clés." 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