You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by jp...@locus.apache.org on 2000/08/14 19:51:57 UTC

cvs commit: xml-xerces/c/src/util/Platforms/Win32 Win32PlatformUtils.cpp

jpolast     00/08/14 10:51:57

  Modified:    c/src/util/Platforms/MacOS MacOSPlatformUtils.cpp
               c/src/util/Platforms/Win32 Win32PlatformUtils.cpp
  Log:
  spelling updates (pointed about by Jesse Pelton)
  
  Revision  Changes    Path
  1.10      +4 -1      xml-xerces/c/src/util/Platforms/MacOS/MacOSPlatformUtils.cpp
  
  Index: MacOSPlatformUtils.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Platforms/MacOS/MacOSPlatformUtils.cpp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- MacOSPlatformUtils.cpp	2000/07/30 05:18:31	1.9
  +++ MacOSPlatformUtils.cpp	2000/08/14 17:51:48	1.10
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: MacOSPlatformUtils.cpp,v $
  + * Revision 1.10  2000/08/14 17:51:48  jpolast
  + * spelling updates (pointed about by Jesse Pelton)
  + *
    * Revision 1.9  2000/07/30 05:18:31  jberry
    * Remove stray character
    *
  @@ -357,7 +360,7 @@
       else if (reason == Panic_CantLoadMsgDomain)
           reasonStr = "Cannot load message domain";
       else if (reason == Panic_SynchronizationErr)
  -        reasonStr = "A system synchronization error occured";
  +        reasonStr = "A system synchronization error occurred";
       else if (reason == Panic_SystemInit)
           reasonStr = "Failed to complete platform dependent initialization";
       else
  
  
  
  1.25      +2 -2      xml-xerces/c/src/util/Platforms/Win32/Win32PlatformUtils.cpp
  
  Index: Win32PlatformUtils.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Platforms/Win32/Win32PlatformUtils.cpp,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- Win32PlatformUtils.cpp	2000/07/25 22:30:48	1.24
  +++ Win32PlatformUtils.cpp	2000/08/14 17:51:54	1.25
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: Win32PlatformUtils.cpp,v 1.24 2000/07/25 22:30:48 aruna1 Exp $
  + * $Id: Win32PlatformUtils.cpp,v 1.25 2000/08/14 17:51:54 jpolast Exp $
    */
   
   // ---------------------------------------------------------------------------
  @@ -140,7 +140,7 @@
       else if (reason == Panic_CantLoadMsgDomain)
           reasonStr = "Cannot load message domain";
       else if (reason == Panic_SynchronizationErr)
  -        reasonStr = "A system synchronization error occured";
  +        reasonStr = "A system synchronization error occurred";
       else if (reason == Panic_SystemInit)
           reasonStr = "Failed to complete platfrom dependent initialization";