[Mono-list] Found a typo
Philip Van Hoof
spamfrommailing@freax.org
19 Nov 2002 21:38:44 +0100
--=-wITCEI4+fp4QcImMID6q
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
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.
--=-wITCEI4+fp4QcImMID6q
Content-Disposition: attachment; filename=Control.cs_-_probably_a_typo.diff
Content-Type: text/x-patch; name=Control.cs_-_probably_a_typo.diff; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
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";
}
}
--=-wITCEI4+fp4QcImMID6q--