Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ward <matt.ward@xamarin.com>2017-07-25 17:03:22 +0300
committerMatt Ward <matt.ward@xamarin.com>2017-07-25 17:03:22 +0300
commit703a74604adbc634444b86caac9bc4f966430dfe (patch)
tree7e0109a23fb2172866893b0c2f9c483f2c1dfeac /main/src/core/MonoDevelop.Ide
parent4cc9d3544fec9009e45d0fc5ee68c68178d6c36b (diff)
[Ide] Fix typo in comment
Diffstat (limited to 'main/src/core/MonoDevelop.Ide')
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Projects/NewProjectController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Projects/NewProjectController.cs b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Projects/NewProjectController.cs
index 1552444a4c..b1309458b6 100644
--- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Projects/NewProjectController.cs
+++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Projects/NewProjectController.cs
@@ -323,7 +323,7 @@ namespace MonoDevelop.Ide.Projects
recentTemplates = TemplatingService.RecentTemplates.GetTemplates (templateCategories).ToList ();
}
- // Allow testing of the controller by allowing tests to specific the
+ // Allow testing of the controller by allowing tests to specify the
// TemplatingService. IdeApp.Services is not initialized during unit tests.
TemplatingService templatingService;