Author: gert
Date: 2007-02-23 10:33:18 -0500 (Fri, 23 Feb 2007)
New Revision: 73369

Modified:
   trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListView.cs
Log:
Fixed typo in comment.


Modified: trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListView.cs
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListView.cs      
2007-02-23 15:29:24 UTC (rev 73368)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListView.cs      
2007-02-23 15:33:18 UTC (rev 73369)
@@ -1873,7 +1873,7 @@
                        internal void EndEdit (ListViewItem item)
                        {
                                // do nothing if there's no item being edited, 
or if the
-                               // item being edited if not the one passed in
+                               // item being edited is not the one passed in
                                if (edit_item == null || edit_item != item)
                                        return;
 

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to