Index: openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl,v diff -u -N -r1.36.2.11 -r1.36.2.12 --- openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl 21 Apr 2017 14:22:45 -0000 1.36.2.11 +++ openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl 21 Apr 2017 16:32:32 -0000 1.36.2.12 @@ -654,7 +654,7 @@ file mkdir $install_path } - apm_callback_and_log $callback "
  • Extracting files into the filesytem." + apm_callback_and_log $callback "
  • Extracting files into the filesystem." apm_callback_and_log $callback "
  • $pretty_name $version_name ready for installation." #ns_log notice "exec sh -c 'cd $install_path ; [apm_gzip_cmd] -d -q -c $file_path | [apm_tar_cmd] xf -' 2>/dev/null" Index: openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl,v diff -u -N -r1.109.2.21 -r1.109.2.22 --- openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 21 Apr 2017 14:22:45 -0000 1.109.2.21 +++ openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 21 Apr 2017 16:32:32 -0000 1.109.2.22 @@ -766,7 +766,7 @@ containing a human-readable (English) status message. @param spec_file_path The path to an XML .info file relative to - @return The version_id if successfully installed, 0 otherwise. + @return The version_id if successfuly installed, 0 otherwise. } { set version_id 0 array set version [apm_read_package_info_file $spec_file_path] Index: openacs-4/packages/acs-tcl/tcl/apm-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-procs.tcl,v diff -u -N -r1.95.2.10 -r1.95.2.11 --- openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 21 Apr 2017 14:22:45 -0000 1.95.2.10 +++ openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 21 Apr 2017 16:32:32 -0000 1.95.2.11 @@ -1530,7 +1530,7 @@ are called). @return 1 if invocation - was carried out successfully, 0 if no proc to invoke could + was carried out successfuly, 0 if no proc to invoke could be found. Will propagate any error thrown by the callback. @author Peter Marklund Index: openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl,v diff -u -N -r1.36.2.37 -r1.36.2.38 --- openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl 21 Apr 2017 14:24:57 -0000 1.36.2.37 +++ openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl 21 Apr 2017 16:32:32 -0000 1.36.2.38 @@ -172,7 +172,7 @@ # ad_proc -private ad_page_contract_set_validation_passed { key } { - Call this to signal that a certain validation block has passed successfully. + Call this to signal that a certain validation block has passed successfuly. This can be tested later using ad_page_contract_get_validation_passed_p. @param key Is the key, in the format of either formal_name or formal_name:flag_name. @@ -494,11 +494,11 @@

    Each validation block can also have a -requires switch, which takes a list of - validations that must already have been successfully passed, for the validation to get executed. + validations that must already have been successfuly passed, for the validation to get executed. The intent is that you want to provide as much feedback as possible at once, but you don't want redundant feedback, like "foo must be an integer" and "foo must be in range 10 to 20". So a check for foo in range 10 to 20 would have a -requires { foo:integer } switch, - to ensure that the check only gets executed if foo was successfully validated as an integer. + to ensure that the check only gets executed if foo was successfuly validated as an integer.

    Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -N -r1.140.2.72 -r1.140.2.73 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 21 Apr 2017 14:22:46 -0000 1.140.2.72 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 21 Apr 2017 16:32:32 -0000 1.140.2.73 @@ -3886,7 +3886,7 @@ # # If one of these phrases is found, we construct a test SQL query # that incorporates the variable into its WHERE clause and ask - # the database to parse it. If the query does parse successfully, + # the database to parse it. If the query does parse successfuly, # then we know that the suspicious user input would result in a # executing SQL that we didn't write, so we abort processing this # HTTP request. Index: openacs-4/packages/acs-tcl/tcl/test/application-data-link-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/application-data-link-procs.tcl,v diff -u -N -r1.5.2.2 -r1.5.2.3 --- openacs-4/packages/acs-tcl/tcl/test/application-data-link-procs.tcl 21 Apr 2017 14:22:46 -0000 1.5.2.2 +++ openacs-4/packages/acs-tcl/tcl/test/application-data-link-procs.tcl 21 Apr 2017 16:32:32 -0000 1.5.2.3 @@ -6,8 +6,8 @@ Test scanning content for object URLs } { # get a new object_id from the sequence, this object will not exist - set nonexistant_object_id [db_nextval "acs_object_id_seq"] - set text {Some random text + set nonexistent_object_id [db_nextval "acs_object_id_seq"] + set text {Some random text Some More Random Text /o/10 /file/11 /image/12 /o/[junk] /file/[junk] /image/[junk] /o/" /file/" /image/" @@ -91,8 +91,8 @@ Test scanning content for object URLs with relation tag } { # get a new object_id from the sequence, this object will not exist - set nonexistant_object_id [db_nextval "acs_object_id_seq"] - set text {Some random text + set nonexistent_object_id [db_nextval "acs_object_id_seq"] + set text {Some random text Some More Random Text /o/10 /file/11 /image/12 /o/[junk] /file/[junk] /image/[junk] /o/" /file/" /image/" Index: openacs-4/packages/acs-tcl/tcl/test/file-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/file-test-procs.tcl,v diff -u -N -r1.10.2.2 -r1.10.2.3 --- openacs-4/packages/acs-tcl/tcl/test/file-test-procs.tcl 18 Sep 2015 07:33:49 -0000 1.10.2.2 +++ openacs-4/packages/acs-tcl/tcl/test/file-test-procs.tcl 21 Apr 2017 16:32:32 -0000 1.10.2.3 @@ -33,7 +33,7 @@ # Check that the file parses if {! [info complete $data] } { - aa_log_result fail "$file parses successfully" + aa_log_result fail "$file parses successfuly" } else { incr good }