[svn] r7158: vs-plugin/trunk/Nemerle.VsIntegration/Project/ProjectInfo.cs

VladD2 svnadmin at nemerle.org
Wed Dec 27 14:25:07 CET 2006


Log:
Fix misspelling. :)

Author: VladD2
Date: Wed Dec 27 14:25:06 2006
New Revision: 7158

Modified:
   vs-plugin/trunk/Nemerle.VsIntegration/Project/ProjectInfo.cs

Modified: vs-plugin/trunk/Nemerle.VsIntegration/Project/ProjectInfo.cs
==============================================================================
--- vs-plugin/trunk/Nemerle.VsIntegration/Project/ProjectInfo.cs	(original)
+++ vs-plugin/trunk/Nemerle.VsIntegration/Project/ProjectInfo.cs	Wed Dec 27 14:25:06 2006
@@ -338,7 +338,7 @@
 			if (tool != null && tool.IsAutoUpdate)
 			{
 				int fileIndex = Location.GetFileIndex(filePath);
-				//FixMy: get_Item is accessor! It must be accessed directly! Fix ncc.
+				//FixMe: get_Item is accessor! It must be accessed directly! Fix ncc.
 				Decl.Namespace ns = Engine.Project.CompileUnits.get_Item(fileIndex);
 				tool.RootNamespase = ns;
 			}



More information about the svn mailing list