While I was checking out/learning about the sources of mcs/class I found
this typo..

-- 
Philip van Hoof aka freax (http://www.freax.eu.org)
irc: irc.openprojects.net mailto:me at freax dot org
Go not to the Elves for counsel, for they will say both no and yes.
Index: Control.cs
===================================================================
RCS file: /mono/mcs/class/System.Windows.Forms/System.Windows.Forms/Control.cs,v
retrieving revision 1.15
diff -u -r1.15 Control.cs
--- Control.cs	18 Nov 2002 04:46:32 -0000	1.15
+++ Control.cs	19 Nov 2002 20:30:30 -0000
@@ -393,7 +393,7 @@
     		public string CompanyName {
     			get {
 					//Better than throwing an execption
-    				return "Comapny Name";
+    				return "Company Name";
     			}
     		}
     		

Reply via email to