diff plugins/notify.c @ 3561:333551497ff8

[gaim-migrate @ 3655] Sorry for that. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 27 Sep 2002 03:34:54 +0000
parents cd938f18f3f8
children 154c4a9d9b6d
line wrap: on
line diff
--- a/plugins/notify.c	Thu Sep 26 21:52:33 2002 +0000
+++ b/plugins/notify.c	Fri Sep 27 03:34:54 2002 +0000
@@ -261,7 +261,7 @@
 
 	snprintf(buf, 1000, "%s/.gaim/.notify", getenv("HOME"));
 	if (!(fp = fopen(buf, "w"))) {
-		do_eror_dialog(_("Unable to write to config file"), _("Notify plugin"), GAIM_ERROR);
+		do_error_dialog(_("Unable to write to config file"), _("Notify plugin"), GAIM_ERROR);
 		return;
 	}