You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by cr...@apache.org on 2003/06/11 13:11:45 UTC

cvs commit: avalon-excalibur/event/src/xdocs command-howto.xml

crafterm    2003/06/11 04:11:45

  Modified:    event/src/xdocs command-howto.xml
  Log:
  Fixed typo
  
  Revision  Changes    Path
  1.5       +2 -2      avalon-excalibur/event/src/xdocs/command-howto.xml
  
  Index: command-howto.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/event/src/xdocs/command-howto.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- command-howto.xml	20 Feb 2003 14:25:21 -0000	1.4
  +++ command-howto.xml	11 Jun 2003 11:11:43 -0000	1.5
  @@ -91,7 +91,7 @@
         <source>
           <![CDATA[
   Sink commandSink = commandManager.getCommandSink();
  -commandSink.enqueu( new MySpecialCommand() );
  +commandSink.enqueue( new MySpecialCommand() );
           ]]>
         </source>
         <p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org