aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libempathy-gtk/empathy-bad-password-dialog.c2
-rw-r--r--src/empathy-auth-client.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-bad-password-dialog.c b/libempathy-gtk/empathy-bad-password-dialog.c
index 2209ff064..78b8b879e 100644
--- a/libempathy-gtk/empathy-bad-password-dialog.c
+++ b/libempathy-gtk/empathy-bad-password-dialog.c
@@ -127,7 +127,7 @@ empathy_bad_password_dialog_constructed (GObject *object)
G_OBJECT_CLASS (empathy_bad_password_dialog_parent_class)->constructed (
object);
- text = g_strdup_printf (_("Authentification failed for account <b>%s</b>"),
+ text = g_strdup_printf (_("Authentication failed for account <b>%s</b>"),
tp_account_get_display_name (base->account));
gtk_message_dialog_set_markup (GTK_MESSAGE_DIALOG (self), text);
g_free (text);
diff --git a/src/empathy-auth-client.c b/src/empathy-auth-client.c
index 4f7712d9b..3228738f4 100644
--- a/src/empathy-auth-client.c
+++ b/src/empathy-auth-client.c
@@ -263,7 +263,7 @@ auth_factory_auth_passsword_failed (EmpathyAuthFactory *factory,
{
GtkWidget *dialog;
- DEBUG ("Authentification on %s failed, popup password dialog",
+ DEBUG ("Authentication on %s failed, popup password dialog",
tp_account_get_path_suffix (account));
dialog = empathy_bad_password_dialog_new (account, password);