Index: openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl,v diff -u -N -r1.27 -r1.28 --- openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl 8 Mar 2018 08:21:25 -0000 1.27 +++ openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl 4 Apr 2018 18:51:56 -0000 1.28 @@ -38,7 +38,7 @@ Create a new content item This proc creates versioned content items where content_type iscontent_revision or subtypes of content revision. There are procedures for each other base content - item. This procdedure uses package_instantiate object. Under + item. This procedure uses package_instantiate object. Under PostgreSQL the object_type new function must be registered with define_function_args. Index: openacs-4/packages/acs-core-docs/www/credits.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/credits.adp,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/acs-core-docs/www/credits.adp 8 Nov 2017 09:42:10 -0000 1.3 +++ openacs-4/packages/acs-core-docs/www/credits.adp 4 Apr 2018 18:51:56 -0000 1.4 @@ -23,7 +23,7 @@ Joel Aufrecht updated the document starting in March 2003.

Acknowledgments for versions of the above documents go (in no +

Acknowledgements for versions of the above documents go (in no particular order) to Bryan Quinn, Adam Farkas, Brian Stein, Doug Hoffman, Ravi Jasuja, Hiro Iwashima, Ryan Lee, Jonathan Goler, Audrey Mcloghlin, Doug Harris, Zvi Boshernitzan, Michael Yoon, @@ -50,4 +50,4 @@ from?" homeLink="index" homeLabel="Home" upLink="acs-admin" upLabel="Up"> - \ No newline at end of file + Index: openacs-4/packages/acs-core-docs/www/credits.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/credits.html,v diff -u -N -r1.48 -r1.49 --- openacs-4/packages/acs-core-docs/www/credits.html 8 Nov 2017 09:42:10 -0000 1.48 +++ openacs-4/packages/acs-core-docs/www/credits.html 4 Apr 2018 18:51:56 -0000 1.49 @@ -24,7 +24,7 @@

- Acknowledgments for versions of the above documents go (in no + Acknowledgements for versions of the above documents go (in no particular order) to Bryan Quinn, Adam Farkas, Brian Stein, Doug Hoffman, Ravi Jasuja, Hiro Iwashima, Ryan Lee, Jonathan Goler, Audrey Mcloghlin, Doug Harris, Zvi Boshernitzan, Michael Yoon, Cesar Brea, Index: openacs-4/packages/acs-core-docs/www/packages.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/packages.adp,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/acs-core-docs/www/packages.adp 27 Mar 2018 12:22:17 -0000 1.4 +++ openacs-4/packages/acs-core-docs/www/packages.adp 4 Apr 2018 18:51:56 -0000 1.5 @@ -363,7 +363,7 @@ ROOT/packages/notes, the application itself can run from any number of locations in the site. This allows developers and administrators to build sites that -look to the user like a collection of many indedendent applications +look to the user like a collection of many independent applications that actually run on a single shared code base. The request-processor document shows you how OpenACS figures out which instance of your application was requested by the user at any given time. The page Index: openacs-4/packages/acs-core-docs/www/packages.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/packages.html,v diff -u -N -r1.54 -r1.55 --- openacs-4/packages/acs-core-docs/www/packages.html 27 Mar 2018 12:22:17 -0000 1.54 +++ openacs-4/packages/acs-core-docs/www/packages.html 4 Apr 2018 18:51:56 -0000 1.55 @@ -475,7 +475,7 @@ ROOT/packages/notes, the application itself can run from any number of locations in the site. This allows developers and administrators to build sites that look to the user like a collection - of many indedendent applications that actually run on a single shared + of many independent applications that actually run on a single shared code base. The request-processor document shows you how OpenACS figures out which instance of your application was requested by the user at any given time. The page development tutorial shows you how to use this Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/credits.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/credits.xml,v diff -u -N -r1.13 -r1.14 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/credits.xml 7 Aug 2017 23:47:54 -0000 1.13 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/credits.xml 4 Apr 2018 18:51:56 -0000 1.14 @@ -37,7 +37,7 @@ - Acknowledgments for versions of the above documents go (in no + Acknowledgements for versions of the above documents go (in no particular order) to Bryan Quinn, Adam Farkas, Brian Stein, Doug Hoffman, Ravi Jasuja, Hiro Iwashima, Ryan Lee, Jonathan Goler, Audrey Mcloghlin, Doug Harris, Zvi Boshernitzan, Michael Yoon, Cesar Brea, Index: openacs-4/packages/acs-messaging/www/doc/design.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-messaging/www/doc/design.adp,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/acs-messaging/www/doc/design.adp 7 Aug 2017 23:47:57 -0000 1.3 +++ openacs-4/packages/acs-messaging/www/doc/design.adp 4 Apr 2018 18:51:56 -0000 1.4 @@ -16,7 +16,7 @@ and retrieval of messages. We take messages to be objects that consist of a sender (an ACS party), a text body, an optional reference to a parent message, optional file attachments, and some -miscellaneous auditing data.With these constraining constraining +miscellaneous auditing data.With these constraining set of semantics, we can build a library of component functionality to operate on messages. For example: code that displays a message, forwards a message, compiles a set of messages into a digest, Index: openacs-4/packages/acs-messaging/www/doc/design.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-messaging/www/doc/design.html,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/acs-messaging/www/doc/design.html 29 Jul 2008 19:22:23 -0000 1.2 +++ openacs-4/packages/acs-messaging/www/doc/design.html 4 Apr 2018 18:51:56 -0000 1.3 @@ -21,7 +21,7 @@ party), a text body, an optional reference to a parent message, optional file attachments, and some miscellaneous auditing data.

- With these constraining constraining set of semantics, we can + With these constraining set of semantics, we can build a library of component functionality to operate on messages. For example: code that displays a message, forwards a message, compiles a set of messages into a digest, displays a specific @@ -79,4 +79,4 @@


akk@arsdigita.com
- \ No newline at end of file + Index: openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl,v diff -u -N -r1.72 -r1.73 --- openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 25 Mar 2018 20:56:31 -0000 1.72 +++ openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 4 Apr 2018 18:51:56 -0000 1.73 @@ -1184,7 +1184,7 @@ if { [template::form is_submission $form_name] } { upvar #$level __refreshing_p __refreshing_p __confirmed_p __confirmed_p # - # The values for __refreshing_p and __confirmed_p are returend + # The values for __refreshing_p and __confirmed_p are returned # from the client. Since Submitting invalid data to hidden # elements is a common attack vector, we react harsh if we see # an invalid input here. Index: openacs-4/packages/acs-tcl/tcl/test/navigation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/navigation-procs.tcl,v diff -u -N -r1.8 -r1.9 --- openacs-4/packages/acs-tcl/tcl/test/navigation-procs.tcl 7 Aug 2017 23:48:00 -0000 1.8 +++ openacs-4/packages/acs-tcl/tcl/test/navigation-procs.tcl 4 Apr 2018 18:51:56 -0000 1.9 @@ -9,12 +9,12 @@ namespace eval navigation::test {} ad_proc navigation::test::context_bar_multirow_filter {} { - Procuedure for the context_bar_multirow test filter + Procedure for the context_bar_multirow test filter } { aa_run_with_teardown -test_code { set testnode_1 [list "/navigation_test_node1/" "navigation_test_node1"] set testnode_2 [list "[lindex $testnode_1 0]navigation_test_node2/" "navigation_test_node2"] - + # Create hierarchy from the random created nodes db_1row query { select MIN(node_id) as first_node from site_nodes Index: openacs-4/packages/acs-templating/tcl/data-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/data-procs.tcl,v diff -u -N -r1.21 -r1.22 --- openacs-4/packages/acs-templating/tcl/data-procs.tcl 27 Mar 2018 12:43:27 -0000 1.21 +++ openacs-4/packages/acs-templating/tcl/data-procs.tcl 4 Apr 2018 18:51:56 -0000 1.22 @@ -416,7 +416,7 @@ should be on the element, not on the datatype. DRB: in practice a template form datatype is defined by the presence of a - validate procdure for that type. + validate procedure for that type. @param value_ref Reference variable to the submitted value @param message_ref Reference variable for returning an error message Index: openacs-4/packages/acs-templating/tcl/doc-tcl-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/doc-tcl-procs.tcl,v diff -u -N -r1.13 -r1.14 --- openacs-4/packages/acs-templating/tcl/doc-tcl-procs.tcl 22 Jan 2018 09:42:31 -0000 1.13 +++ openacs-4/packages/acs-templating/tcl/doc-tcl-procs.tcl 4 Apr 2018 18:51:56 -0000 1.14 @@ -463,8 +463,8 @@ foreach proc_block $procedure_list { - # each pro_block text block contains both the directive-marked comments and - # the source code for the procedyre + # each pro_block text block contains both the directive-marked comments and + # the source code for the procedure doc::parse_comment_text $proc_block } Index: openacs-4/packages/bookmarks/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bookmarks/www/doc/index.html,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/bookmarks/www/doc/index.html 17 Oct 2017 06:53:13 -0000 1.4 +++ openacs-4/packages/bookmarks/www/doc/index.html 4 Apr 2018 18:51:56 -0000 1.5 @@ -14,7 +14,7 @@ Community System. The ACS Bookmarks application enables bookmarks to be accessed from any web browser on any computer. The sharing of bookmarks between community members is also supported. The application -is distributed under the GNU publich licence from the OpenACS Package Repository.

Feature Overview

@@ -123,7 +123,7 @@ I end up with a Netscape file with identical structure to the one that was imported.
  • When browsing the web bookmarks may be added easily to the -bookmarks module wihout interrupting the web browsing too much. This +bookmarks module without interrupting the web browsing too much. This is achieved by the use of a Bookmarklet (a browser bookmark that contains Javascript). This Bookmarklet may be added to the browser toolbar so that every time the user comes across a page that he Index: openacs-4/packages/ecommerce/www/admin/customer-service/issues-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/customer-service/issues-postgresql.xql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/ecommerce/www/admin/customer-service/issues-postgresql.xql 22 Jul 2001 07:05:36 -0000 1.2 +++ openacs-4/packages/ecommerce/www/admin/customer-service/issues-postgresql.xql 4 Apr 2018 18:51:56 -0000 1.3 @@ -51,7 +51,7 @@ JOIN ec_user_identification id using (user_identification_id) LEFT JOIN cc_users u on (id.user_id = u.user_id) -- gilbertw - -- removed this and used a normal where contraint so I dont have to + -- removed this and used a normal where constraint so I dont have to -- worry about setting up the correct and/where statement for the -- dynamic queries -- JOIN ec_cs_issue_type_map m on (i.issue_id = m.issue_id) Index: openacs-4/packages/ecommerce/www/doc/ecommerce-features.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/ecommerce-features.adp,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/ecommerce/www/doc/ecommerce-features.adp 23 Mar 2018 22:56:43 -0000 1.6 +++ openacs-4/packages/ecommerce/www/doc/ecommerce-features.adp 4 Apr 2018 18:51:56 -0000 1.7 @@ -109,7 +109,7 @@
  • If a user is not ready to order yet, they can store their order and come back to it later (similar to Dell.com).
  • -
  • User receives an acknowledgment web page and email when their +
  • User receives an acknowledgement web page and email when their order is confirmed.
  • The user can reuse an address for billing or shipping that Index: openacs-4/packages/imsld/tcl/imsld-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/tcl/imsld-install-procs.tcl,v diff -u -N -r1.55 -r1.56 --- openacs-4/packages/imsld/tcl/imsld-install-procs.tcl 29 Mar 2018 15:03:01 -0000 1.55 +++ openacs-4/packages/imsld/tcl/imsld-install-procs.tcl 4 Apr 2018 18:51:56 -0000 1.56 @@ -375,11 +375,11 @@ } ad_proc -public imsld::install::init_rels { -} { +} { Create default rels between imsld items -} { - - # Learning Objetcives - IMS-LD Items +} { + + # Learning Objectives - IMS-LD Items rel_types::new imsld_lo_item_rel "Learing Objective - Imsld Item rel" "Learing Objective - Imsld Item rels" \ content_item 0 {} \ content_item 0 {} Index: openacs-4/packages/jabber/www/conference/make-group-conference-group.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/jabber/www/conference/make-group-conference-group.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/jabber/www/conference/make-group-conference-group.tcl 20 Oct 2004 19:36:50 -0000 1.1 +++ openacs-4/packages/jabber/www/conference/make-group-conference-group.tcl 4 Apr 2018 18:51:56 -0000 1.2 @@ -21,7 +21,7 @@ ns_returnredirect $return_url } -# test if this group is already a conference group , if its blocked or if it doesn't meet our constrains, +# test if this group is already a conference group , if its blocked or if it doesn't meet our constraints, if { $group_id > 10 } { @@ -95,4 +95,4 @@ } } -} \ No newline at end of file +} Index: openacs-4/packages/lars-blogger/tcl/blogger-api-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lars-blogger/tcl/blogger-api-procs.tcl,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/lars-blogger/tcl/blogger-api-procs.tcl 30 Oct 2013 17:37:08 -0000 1.7 +++ openacs-4/packages/lars-blogger/tcl/blogger-api-procs.tcl 4 Apr 2018 18:51:56 -0000 1.8 @@ -17,7 +17,7 @@ Authenticate a user based on info from XML-RPC client. Not sure if we're getting email or username, so test for @ and decide. - @return user_id if successful authentication. errors if unsuccesful. + @return user_id if successful authentication. errors if unsuccessful. @author Vinod Kurup } { if { [string first "@" $username] != -1 } { Index: openacs-4/packages/mail-tracking/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/mail-tracking/www/doc/index.html,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/mail-tracking/www/doc/index.html 29 Nov 2006 16:23:22 -0000 1.2 +++ openacs-4/packages/mail-tracking/www/doc/index.html 4 Apr 2018 18:51:56 -0000 1.3 @@ -8,8 +8,8 @@

    Mail-Tracking Documentation

    By Malte Sussdorff
    -

    Overview

    -The mail tracking package is a helper package for acs-mail-lite to track outgoing E-Mails. It's goal is to allow sysadmin to install the package in addition to acs-mail-lite and have all the emails tracked for each object which the e-mail was about and the recipient, be it a TO, CC or BCC one, whether given with an actual E-Mail address or provided as a party_id. Additionally it easily integrates with contacts and project manager to display the mails for a contact / regarding a project. +

    Overview

    Design There are three tables which make up this package: They are filled with a callback acs_mail_lite::complex_send or acs_mail_lite::send that are being called after successful sending of an E-Mail. This stores the data. - \ No newline at end of file + Index: openacs-4/packages/monitoring/tcl/stats-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/monitoring/tcl/stats-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/monitoring/tcl/stats-procs.tcl 28 Aug 2007 12:59:28 -0000 1.1 +++ openacs-4/packages/monitoring/tcl/stats-procs.tcl 4 Apr 2018 18:51:56 -0000 1.2 @@ -415,10 +415,10 @@ set colTitles [list ID Status Callback Data Flags "Last Queue" "Last Start" "Last End" Duration "Next Run"] - set html [monitoring::header "Scheduled Proceedures"] + set html [monitoring::header "Scheduled Procedures"] append html [monitoring::results $col $colTitles sched $rows $reverseSort] append html [monitoring::footer] - + return $html } Index: openacs-4/packages/news/sql/oracle/news-package-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/sql/oracle/news-package-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/news/sql/oracle/news-package-create.sql 24 Feb 2005 18:03:04 -0000 1.1 +++ openacs-4/packages/news/sql/oracle/news-package-create.sql 4 Apr 2018 18:51:56 -0000 1.2 @@ -355,7 +355,7 @@ - -- the status function returns information on the puplish or archive status + -- the status function returns information on the publish or archive status -- it does not make any checks on the order of publish_date and archive_date function status ( publish_date in cr_revisions.publish_date%TYPE, Index: openacs-4/packages/news/sql/oracle/upgrade/upgrade-4.1.0b-4.6.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/sql/oracle/upgrade/upgrade-4.1.0b-4.6.sql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/news/sql/oracle/upgrade/upgrade-4.1.0b-4.6.sql 30 Nov 2002 17:38:40 -0000 1.2 +++ openacs-4/packages/news/sql/oracle/upgrade/upgrade-4.1.0b-4.6.sql 4 Apr 2018 18:51:56 -0000 1.3 @@ -352,7 +352,7 @@ - -- the status function returns information on the puplish or archive status + -- the status function returns information on the publish or archive status -- it does not make any checks on the order of publish_date and archive_date function status ( news_id in cr_news.news_id%TYPE Index: openacs-4/packages/news/sql/oracle/upgrade/upgrade-4.6-5.0d1.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/sql/oracle/upgrade/upgrade-4.6-5.0d1.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/news/sql/oracle/upgrade/upgrade-4.6-5.0d1.sql 6 Oct 2003 12:11:23 -0000 1.1 +++ openacs-4/packages/news/sql/oracle/upgrade/upgrade-4.6-5.0d1.sql 4 Apr 2018 18:51:56 -0000 1.2 @@ -354,7 +354,7 @@ - -- the status function returns information on the puplish or archive status + -- the status function returns information on the publish or archive status -- it does not make any checks on the order of publish_date and archive_date function status ( publish_date in cr_revisions.publish_date%TYPE, Index: openacs-4/packages/news/sql/oracle/upgrade/upgrade-5.0d1-5.0d2.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/sql/oracle/upgrade/upgrade-5.0d1-5.0d2.sql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/news/sql/oracle/upgrade/upgrade-5.0d1-5.0d2.sql 8 Aug 2006 21:27:04 -0000 1.2 +++ openacs-4/packages/news/sql/oracle/upgrade/upgrade-5.0d1-5.0d2.sql 4 Apr 2018 18:51:56 -0000 1.3 @@ -357,7 +357,7 @@ - -- the status function returns information on the puplish or archive status + -- the status function returns information on the publish or archive status -- it does not make any checks on the order of publish_date and archive_date function status ( publish_date in cr_revisions.publish_date%TYPE, Index: openacs-4/packages/news/sql/oracle/upgrade/upgrade-5.2.0d1-5.2.0d2.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/sql/oracle/upgrade/upgrade-5.2.0d1-5.2.0d2.sql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/news/sql/oracle/upgrade/upgrade-5.2.0d1-5.2.0d2.sql 8 Aug 2006 21:27:04 -0000 1.2 +++ openacs-4/packages/news/sql/oracle/upgrade/upgrade-5.2.0d1-5.2.0d2.sql 4 Apr 2018 18:51:56 -0000 1.3 @@ -373,7 +373,7 @@ - -- the status function returns information on the puplish or archive status + -- the status function returns information on the publish or archive status -- it does not make any checks on the order of publish_date and archive_date function status ( publish_date in cr_revisions.publish_date%TYPE, Index: openacs-4/packages/news/sql/postgresql/news-package-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/sql/postgresql/news-package-create.sql,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/news/sql/postgresql/news-package-create.sql 7 Aug 2017 23:48:12 -0000 1.7 +++ openacs-4/packages/news/sql/postgresql/news-package-create.sql 4 Apr 2018 18:51:56 -0000 1.8 @@ -276,7 +276,7 @@ $$ LANGUAGE plpgsql; --- the status function returns information on the puplish or archive status +-- the status function returns information on the publish or archive status -- it does not make any checks on the order of publish_date and archive_date Index: openacs-4/packages/news/tcl/news-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/tcl/news-procs.tcl,v diff -u -N -r1.36 -r1.37 --- openacs-4/packages/news/tcl/news-procs.tcl 7 Aug 2017 23:48:12 -0000 1.36 +++ openacs-4/packages/news/tcl/news-procs.tcl 4 Apr 2018 18:51:56 -0000 1.37 @@ -175,7 +175,7 @@ } } - # Message lookup may use vars n_days_until_archive and n_days_until_publis + # Message lookup may use vars n_days_until_archive and n_days_until_publish return [_ $news_status_keys($status)] } Index: openacs-4/packages/press/sql/oracle/press-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/press/sql/oracle/press-create.sql,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/press/sql/oracle/press-create.sql 23 Mar 2018 23:53:02 -0000 1.3 +++ openacs-4/packages/press/sql/oracle/press-create.sql 4 Apr 2018 18:51:56 -0000 1.4 @@ -649,7 +649,7 @@ end is_live; - -- the status function returns information on the pulish or archive status + -- the status function returns information on the publish or archive status -- it does not make any checks on the order of release_date and archive_date function status ( press_id in cr_press.press_id%TYPE Index: openacs-4/packages/press/sql/oracle/upgrade/upgrade-4.0.1-5.0d1.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/press/sql/oracle/upgrade/upgrade-4.0.1-5.0d1.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/press/sql/oracle/upgrade/upgrade-4.0.1-5.0d1.sql 8 Oct 2003 16:51:55 -0000 1.1 +++ openacs-4/packages/press/sql/oracle/upgrade/upgrade-4.0.1-5.0d1.sql 4 Apr 2018 18:51:56 -0000 1.2 @@ -320,7 +320,7 @@ end is_live; - -- the status function returns information on the pulish or archive status + -- the status function returns information on the publish or archive status -- it does not make any checks on the order of release_date and archive_date function status ( press_id in cr_press.press_id%TYPE Index: openacs-4/packages/press/sql/postgresql/press-package-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/press/sql/postgresql/press-package-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/press/sql/postgresql/press-package-create.sql 31 Oct 2003 16:09:23 -0000 1.1 +++ openacs-4/packages/press/sql/postgresql/press-package-create.sql 4 Apr 2018 18:51:56 -0000 1.2 @@ -265,7 +265,7 @@ end;' language 'plpgsql'; --- the status function returns information on the pulish or archive status +-- the status function returns information on the publish or archive status -- it does not make any checks on the order of release_date and archive_date create function press__status (integer) Index: openacs-4/packages/site-wide-search/www/doc/design.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/site-wide-search/www/doc/design.html,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/site-wide-search/www/doc/design.html 13 Sep 2002 16:46:39 -0000 1.2 +++ openacs-4/packages/site-wide-search/www/doc/design.html 4 Apr 2018 18:51:56 -0000 1.3 @@ -73,7 +73,7 @@ level of performing an internal site wide search, there is a room to improve on search functionality by employing a tool that is architecture-aware. SWS is now specifically designed for the ACS 4.x -architectur and as such is aware of the internal framework +architecture and as such is aware of the internal framework (i.e. permissions, sub-sites, applications, etc..). As a result, the SWS will only return results that are live and accessible to the user performing the search in question. In addition, the result set can be Index: openacs-4/packages/trackback/tcl/trackback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/trackback/tcl/trackback-procs.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/trackback/tcl/trackback-procs.tcl 24 Sep 2015 07:38:34 -0000 1.6 +++ openacs-4/packages/trackback/tcl/trackback-procs.tcl 4 Apr 2018 18:51:56 -0000 1.7 @@ -148,8 +148,8 @@ {-blog_name ""} {-method "POST"} } { - sends a trackback ping. returns status code if sucessful, or error message - if unsucessful + sends a trackback ping. returns status code if successful, or error message + if unsuccessful @author Dave Bauer dave@thedesignexperience.org @creation-date 2003-04-14 @@ -191,4 +191,4 @@ } } return $result -} \ No newline at end of file +} Index: openacs-4/packages/trackback/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/trackback/www/doc/index.html,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/trackback/www/doc/index.html 21 Aug 2015 10:30:07 -0000 1.2 +++ openacs-4/packages/trackback/www/doc/index.html 4 Apr 2018 18:51:56 -0000 1.3 @@ -19,7 +19,7 @@ Currently any object_id that allows general_comment_create for the "Unregistered Vistor" user (user_id 0) can receive a trackback ping. That is the only activity required to allow trackback to be sent to an object.

    -A sample implementation is in the lars-blogger package. To display trackbrack information along with comment information, include the /packages/trackback/lib/trackback-chunk template in the page you wish to display comments and trackback pings. The parameters to the include are: +A sample implementation is in the lars-blogger package. To display trackback information along with comment information, include the /packages/trackback/lib/trackback-chunk template in the page you wish to display comments and trackback pings. The parameters to the include are:

     # /packages/lars-blogger/www/trackback-chunk.tcl
    @@ -34,4 +34,4 @@
     

    TODO

    Pending cleanup of general comments to remove dependence on acs_messaging, trackback_ping should be a subtype of a general_comment object type. -

    \ No newline at end of file +

    Index: openacs-4/packages/tsoap/tcl/https-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/tsoap/tcl/https-procs.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/tsoap/tcl/https-procs.tcl 3 Apr 2018 20:36:19 -0000 1.2 +++ openacs-4/packages/tsoap/tcl/https-procs.tcl 4 Apr 2018 18:51:56 -0000 1.3 @@ -111,7 +111,7 @@ } # Configure any TLS sepcific parameters (e.g. certificate location) -# Pass any values received to the "::tls::init" proceure +# Pass any values received to the "::tls::init" procedure # --Added by David Bleicher 26/03/02 proc ::SOAP::Transport::https::tlsConfigure {args} { set validopts [list -cafile -cadir -certfile -cipher -command -keyfile \ Index: openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl,v diff -u -N -r1.117 -r1.118 --- openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 25 Mar 2018 22:13:40 -0000 1.117 +++ openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 4 Apr 2018 18:51:56 -0000 1.118 @@ -241,7 +241,7 @@ } ::xo::db::oracle instproc mk_sql_constraint_name {table att suffix} { # - # Constaint names are limited in oracle to 30 characters; + # Constraint names are limited in oracle to 30 characters; # Postgres has no such limits. Therefore, we use different # rules depending on whether we are running under Oracle or not. #