dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/System/Configuration SingleTagSectio


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System/Configuration SingleTagSectionHandler.cs,1.1,1.2
Date: Sun, 25 May 2003 19:40:03 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/System/Configuration
In directory subversions:/tmp/cvs-serv19019/System/Configuration

Modified Files:
        SingleTagSectionHandler.cs 
Log Message:


Fix a spelling mistake.


Index: SingleTagSectionHandler.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/Configuration/SingleTagSectionHandler.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** SingleTagSectionHandler.cs  25 May 2003 07:13:43 -0000      1.1
--- SingleTagSectionHandler.cs  25 May 2003 23:40:01 -0000      1.2
***************
*** 1,5 ****
  /*
!  * SingleTabSectionHandler.cs - Implementation of the
!  *            "System.Configuration.SingleTabSectionHandler" interface.
   *
   * Copyright (C) 2003  Southern Storm Software, Pty Ltd.
--- 1,5 ----
  /*
!  * SingleTagSectionHandler.cs - Implementation of the
!  *            "System.Configuration.SingleTagSectionHandler" interface.
   *
   * Copyright (C) 2003  Southern Storm Software, Pty Ltd.
***************
*** 28,35 ****
  using System.Xml;
  
! public class SingleTabSectionHandler : IConfigurationSectionHandler
  {
        // Constructor.
!       public SingleTabSectionHandler() {}
  
  #if SECOND_PASS
--- 28,35 ----
  using System.Xml;
  
! public class SingleTagSectionHandler : IConfigurationSectionHandler
  {
        // Constructor.
!       public SingleTagSectionHandler() {}
  
  #if SECOND_PASS
***************
*** 45,49 ****
  #endif // SECOND_PASS
  
! }; // class SingleTabSectionHandler
  
  #endif // !ECMA_COMPAT
--- 45,49 ----
  #endif // SECOND_PASS
  
! }; // class SingleTagSectionHandler
  
  #endif // !ECMA_COMPAT





reply via email to

[Prev in Thread] Current Thread [Next in Thread]