dleslie     01/08/14 09:16:48

  Modified:    c/samples/TraceListen TraceListen.cpp
  Log:
  Corrected typo in comment: will --> while.
  
  Revision  Changes    Path
  1.11      +1 -1      xml-xalan/c/samples/TraceListen/TraceListen.cpp
  
  Index: TraceListen.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/samples/TraceListen/TraceListen.cpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- TraceListen.cpp   2001/08/10 17:58:32     1.10
  +++ TraceListen.cpp   2001/08/14 16:16:47     1.11
  @@ -163,7 +163,7 @@
   
                        // Make sure that error reporting, which includes any 
TraceListener output
                        // does not throw exceptions when transcoding, since that 
could result in
  -                     // an exception being thrown will another exception is active. 
 In particular,
  +                     // an exception being thrown while another exception is 
active.  In particular,
                        // characters that the TraceListener writes might not be 
representable in the
                        // local code page.
                        theStdErr.setThrowTranscodeException(false);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to