[commit] r2407 - in trunk/SDK/DotNet: CSharpComponentWizard/Templates CSharpComponentWizard/Templates/CSharpInterpreter DsmlGenerator/CSharpDsmlGenerator

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Tue Dec 31 12:42:43 CST 2013


Author: ksmyth
Date: Tue Dec 31 12:42:42 2013
New Revision: 2407

Log:
Fix typo

Modified:
   trunk/SDK/DotNet/CSharpComponentWizard/Templates/CSharpInterpreter.zip
   trunk/SDK/DotNet/CSharpComponentWizard/Templates/CSharpInterpreter/MyInterpreter.cs
   trunk/SDK/DotNet/DsmlGenerator/CSharpDsmlGenerator/CSharpDSMLGenerator.cs

Modified: trunk/SDK/DotNet/CSharpComponentWizard/Templates/CSharpInterpreter.zip
==============================================================================
Binary file (source and/or target). No diff available.

Modified: trunk/SDK/DotNet/CSharpComponentWizard/Templates/CSharpInterpreter/MyInterpreter.cs
==============================================================================
--- trunk/SDK/DotNet/CSharpComponentWizard/Templates/CSharpInterpreter/MyInterpreter.cs	Wed Dec 18 17:29:46 2013	(r2406)
+++ trunk/SDK/DotNet/CSharpComponentWizard/Templates/CSharpInterpreter/MyInterpreter.cs	Tue Dec 31 12:42:42 2013	(r2407)
@@ -37,7 +37,7 @@
 
         /// <summary>
         /// This function is called for each interpreter invocation before Main.
-        /// Don't perform MGA operations here unless you open a tansaction.
+        /// Don't perform MGA operations here unless you open a transaction.
         /// </summary>
         /// <param name="project">The handle of the project opened in GME, for which the interpreter was called.</param>
         public void Initialize(MgaProject project)

Modified: trunk/SDK/DotNet/DsmlGenerator/CSharpDsmlGenerator/CSharpDSMLGenerator.cs
==============================================================================
--- trunk/SDK/DotNet/DsmlGenerator/CSharpDsmlGenerator/CSharpDSMLGenerator.cs	Wed Dec 18 17:29:46 2013	(r2406)
+++ trunk/SDK/DotNet/DsmlGenerator/CSharpDsmlGenerator/CSharpDSMLGenerator.cs	Tue Dec 31 12:42:42 2013	(r2407)
@@ -51,7 +51,7 @@
 
         /// <summary>
         /// This function is called for each interpreter invocation before Main.
-        /// Don't perform MGA operations here unless you open a tansaction.
+        /// Don't perform MGA operations here unless you open a transaction.
         /// </summary>
         /// <param name="project">The handle of the project opened in GME, for 
         /// which the interpreter was called.</param>


More information about the gme-commit mailing list