aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-tls-dialog.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-09-09 15:49:54 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-09-09 15:49:54 +0800
commite47c8cc7d48426f4c5104540f4d34658cc2092b1 (patch)
tree939aef7a361f8d7ca18bd97ea9faf07793a20101 /libempathy-gtk/empathy-tls-dialog.c
parent3e97317d56f9ae49a8424c679fc6e489483da8d1 (diff)
downloadgsoc2013-empathy-e47c8cc7d48426f4c5104540f4d34658cc2092b1.tar
gsoc2013-empathy-e47c8cc7d48426f4c5104540f4d34658cc2092b1.tar.gz
gsoc2013-empathy-e47c8cc7d48426f4c5104540f4d34658cc2092b1.tar.bz2
gsoc2013-empathy-e47c8cc7d48426f4c5104540f4d34658cc2092b1.tar.lz
gsoc2013-empathy-e47c8cc7d48426f4c5104540f4d34658cc2092b1.tar.xz
gsoc2013-empathy-e47c8cc7d48426f4c5104540f4d34658cc2092b1.tar.zst
gsoc2013-empathy-e47c8cc7d48426f4c5104540f4d34658cc2092b1.zip
tls-dialog: fix typo in a string (#629134)
Diffstat (limited to 'libempathy-gtk/empathy-tls-dialog.c')
-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: