[Xfce4-commits] [apps/xfce4-dict] 01/01: Fix a spelling mistake (thanks Unit 193)
noreply at xfce.org
noreply at xfce.org
Sat May 6 20:59:25 CEST 2017
This is an automated email from the git hooks/post-receive script.
andre pushed a commit to branch master
in repository apps/xfce4-dict.
commit 5a2412044b8379dc2f44b8b6905501726555b5a8
Author: Andre Miranda <andre42m at gmail.com>
Date: Sat May 6 15:59:15 2017 -0300
Fix a spelling mistake (thanks Unit 193)
---
lib/dictd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/dictd.c b/lib/dictd.c
index 7664e0c..f1814be 100644
--- a/lib/dictd.c
+++ b/lib/dictd.c
@@ -733,7 +733,7 @@ void dict_dictd_get_information(GtkWidget *button, DictData *dd)
if (strncmp("114", buffer, 3) != 0)
{
dict_show_msgbox(dd, GTK_MESSAGE_ERROR,
- _("An error occured while querying server information."));
+ _("An error occurred while querying server information."));
return;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list