Index: openacs-4/packages/dotlrn/sql/postgresql/applet-sc-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/applet-sc-create.sql,v diff -u -r1.4 -r1.5 --- openacs-4/packages/dotlrn/sql/postgresql/applet-sc-create.sql 1 Nov 2013 21:08:29 -0000 1.4 +++ openacs-4/packages/dotlrn/sql/postgresql/applet-sc-create.sql 7 Aug 2017 23:48:09 -0000 1.5 @@ -84,7 +84,7 @@ ); -- RemoveApplet: Removes the applet from dotlrn (used for one-time destroy) - -- ** Not yet implimented ** + -- ** Not yet implemented ** perform acs_sc_msg_type__new( 'dotlrn_applet.RemoveApplet.InputType', '' @@ -107,7 +107,7 @@ -- Add the applet to a community -- Called at community creation time. Adding applets after creation time - -- is ** not implimented yet ** + -- is ** not implemented yet ** perform acs_sc_msg_type__new( 'dotlrn_applet.AddAppletToCommunity.InputType', 'community_id:integer' @@ -130,7 +130,7 @@ -- RemoveAppletFromCommunity: Removes the appletl from a community -- Called at community delete time. Deleting applets before that time - -- ** not implimented yet ** + -- ** not implemented yet ** perform acs_sc_msg_type__new( 'dotlrn_applet.RemoveAppletFromCommunity.InputType', 'community_id:integer' @@ -197,9 +197,9 @@ 'dotlrn_applet.RemoveUser.OutputType' ); - -- AddUserToCommunity: Adds a user to the a specfic dotlrn community. + -- AddUserToCommunity: Adds a user to the a specific dotlrn community. -- An example of this is to make the community's calendar items - -- visable on user's personal calendar + -- visible on user's personal calendar perform acs_sc_msg_type__new( 'dotlrn_applet.AddUserToCommunity.InputType', 'community_id:integer,user_id:integer' @@ -220,7 +220,7 @@ 'dotlrn_applet.AddUserToCommunity.OutputType' ); - -- RemoveUserFromCommunity: Removes a user from a specfic dotlrn + -- RemoveUserFromCommunity: Removes a user from a specific dotlrn -- community. Just like above, but removal. perform acs_sc_msg_type__new( 'dotlrn_applet.RemoveUserFromCommunity.InputType',