Index: openacs-4/packages/ams/tcl/mobile-number-widget-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ams/tcl/mobile-number-widget-procs.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/ams/tcl/mobile-number-widget-procs.tcl 23 Jan 2007 18:23:54 -0000 1.6 +++ openacs-4/packages/ams/tcl/mobile-number-widget-procs.tcl 5 Apr 2018 14:44:08 -0000 1.7 @@ -143,7 +143,7 @@ } } else { # we have a number in country code one that must follow certain formatting guidelines - # the template::data::transform::mobile_number proc will have already seperated + # the template::data::transform::mobile_number proc will have already separated # the entry from a single entry field into the appropriate values if its formatted # correctly. This means that if values exist for area_city_code and national_number # the number was formatted correctly. If not we need to reply with a message that lets @@ -177,12 +177,12 @@ set location [ns_queryget $element_id.location] set phone_type_id [ns_queryget $element_id.phone_type_id] - # we need to seperate out the returned value into individual elements for a single box entry widget + # we need to separate out the returned value into individual elements for a single box entry widget set number [string trim [ns_queryget $element_id.summary_number]] if { ![parameter::get_from_package_key -parameter "ForceCountryCodeOneFormatting" -package_key "ams" -default "0"] } { # we need to verify that the number is formatted correctly - # if yes we seperate the number into various elements + # if yes we separate the number into various elements set subscriber_number $number } else { # we need to verify that the number is a valid format.