userlibandfileserver/fileserver/sfsrv/cl_plugin.cpp
branchanywhere
changeset 41 d32f34975bbf
parent 36 538db54a451d
child 134 95847726fe57
--- a/userlibandfileserver/fileserver/sfsrv/cl_plugin.cpp	Mon Feb 01 19:40:00 2010 +0100
+++ b/userlibandfileserver/fileserver/sfsrv/cl_plugin.cpp	Mon Feb 01 19:49:38 2010 +0100
@@ -414,7 +414,7 @@
 Client requests a synchronous operation
 
 @param	aFunction: The operation to be handled
-@param	a1: returned buffer from plugin on comletion of the request
+@param	a1: returned buffer from plugin on completion of the request
 */
 	{
 	TRACE4(UTF::EBorder, UTraceModuleEfsrv::EPluginDoControl2, MODULEUID, Session().Handle(), SubSessionHandle(), aFunction, &a1);
@@ -432,8 +432,8 @@
 Client requests a synchronous operation
 
 @param	aFunction: The operation to be handled
-@param	a1: returned buffer from plugin on comletion of the request
-@param  a2: 2nd returned buffer from plugin on comletion of the request
+@param	a1: returned buffer from plugin on completion of the request
+@param  a2: 2nd returned buffer from plugin on completion of the request
 */
 	{
 	TRACE5(UTF::EBorder, UTraceModuleEfsrv::EPluginDoControl3, MODULEUID, Session().Handle(), SubSessionHandle(), aFunction, &a1, &a2);