Index: openacs-4/packages/dotlrn/sql/oracle/applet-sc-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/applet-sc-create.sql,v diff -u -r1.7 -r1.8 --- openacs-4/packages/dotlrn/sql/oracle/applet-sc-create.sql 9 Aug 2002 18:39:24 -0000 1.7 +++ openacs-4/packages/dotlrn/sql/oracle/applet-sc-create.sql 7 Aug 2017 23:48:09 -0000 1.8 @@ -82,7 +82,7 @@ ); -- RemoveApplet: Removes the applet from dotlrn(used for one-time destroy) - -- ** Not yet implimented ** + -- ** Not yet implemented ** foo := acs_sc_msg_type.new( msg_type_name => 'dotlrn_applet.RemoveApplet.InputType', msg_type_spec => '' @@ -105,7 +105,7 @@ -- AddAppletToCommunity: Adds the applet to a community -- Called at community creation time. Adding applets after creation time - -- is ** not implimented yet ** + -- is ** not implemented yet ** foo := acs_sc_msg_type.new( msg_type_name => 'dotlrn_applet.AddAppletToCommunity.InputType', msg_type_spec => 'community_id:integer' @@ -128,7 +128,7 @@ -- RemoveAppletFromCommunity: Removes the applet from a community -- Called at community delete time. Deleting applets before that time - -- ** not implimented yet ** + -- ** not implemented yet ** foo := acs_sc_msg_type.new( msg_type_name => 'dotlrn_applet.RemoveAppletFromCommunity.InputType', msg_type_spec => 'community_id:integer' @@ -195,9 +195,9 @@ operation_outputtype => '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 foo := acs_sc_msg_type.new( msg_type_name => 'dotlrn_applet.AddUserToCommunity.InputType', msg_type_spec => 'community_id:integer,user_id:integer' @@ -218,7 +218,7 @@ operation_outputtype => '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. foo := acs_sc_msg_type.new( msg_type_name => 'dotlrn_applet.RemoveUserFromCommunity.InputType',