Index: openacs-4/packages/notifications/tcl/notification-email-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/notification-email-procs.tcl,v diff -u -r1.47.2.6 -r1.47.2.7 --- openacs-4/packages/notifications/tcl/notification-email-procs.tcl 28 Apr 2021 17:00:05 -0000 1.47.2.6 +++ openacs-4/packages/notifications/tcl/notification-email-procs.tcl 27 Nov 2022 18:18:50 -0000 1.47.2.7 @@ -213,7 +213,7 @@ set bounce_subject "failure notice" set l "Hi. This is the notification program at $domain.\n" append l "I'm afraid I wasn't able to deliver your message to the\n" - append l "following addresses. This is a permament error; I've\n" + append l "following addresses. This is a permanent error; I've\n" append l "given up. Sorry it didn't work out.\n\n" append l "<$from_addr>:\n" append l "$reason\n\n"