Index: openacs-4/packages/invoices/tcl/util-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/invoices/tcl/util-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/invoices/tcl/util-procs.tcl 15 Dec 2005 18:58:43 -0000 1.4 +++ openacs-4/packages/invoices/tcl/util-procs.tcl 28 Mar 2018 17:00:41 -0000 1.5 @@ -53,7 +53,7 @@ ad_proc -public iv::util::get_x_field { -offer_id:required } { - Creates the x-field for the email (for authentification) + Creates the x-field for the email (for authentication) } { db_1row get_offer_creator_data {} return [ns_sha1 "$offer_id $user_password $user_salt"]