From e47c8cc7d48426f4c5104540f4d34658cc2092b1 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 9 Sep 2010 09:49:54 +0200 Subject: tls-dialog: fix typo in a string (#629134) --- libempathy-gtk/empathy-tls-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libempathy-gtk/empathy-tls-dialog.c b/libempathy-gtk/empathy-tls-dialog.c index 5e37532bf..39d02ff65 100644 --- a/libempathy-gtk/empathy-tls-dialog.c +++ b/libempathy-gtk/empathy-tls-dialog.c @@ -153,7 +153,7 @@ reason_to_string (EmpathyTLSDialog *self) switch (reason) { case EMP_TLS_CERTIFICATE_REJECT_REASON_UNTRUSTED: - reason_str = _("The certrificate is not signed by a Certification " + reason_str = _("The certificate is not signed by a Certification " "Authority"); break; case EMP_TLS_CERTIFICATE_REJECT_REASON_EXPIRED: -- cgit v1.2.3