aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libempathy-gtk/empathy-tls-dialog.c2
1 files changed, 1 insertions, 1 deletions
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: