# HG changeset patch # User Sean Egan # Date 1033097694 0 # Node ID 333551497ff894f7874f52b573ac859840fc842a # Parent b26ff17b506b2b09bcbec78be9aa184bcf458833 [gaim-migrate @ 3655] Sorry for that. committer: Tailor Script diff -r b26ff17b506b -r 333551497ff8 plugins/notify.c --- 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; }