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
path: root/main/src
diff options
context:
space:
mode:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2015-02-04 00:48:42 +0300
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2015-02-04 00:48:42 +0300
commit17d4c2437f734e87c0bc7d1ca50235af7e890f9d (patch)
tree92f904cf65aa46f7a978d9d67990a18baf26f62a /main/src
parentd8da1091ec5b12b856ecefb675aee377d0e9cb4f (diff)
[Core] Fix a docs typo
Diffstat (limited to 'main/src')
-rw-r--r--main/src/core/MonoDevelop.Core/MonoDevelop.Projects/IBuildTarget.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/core/MonoDevelop.Core/MonoDevelop.Projects/IBuildTarget.cs b/main/src/core/MonoDevelop.Core/MonoDevelop.Projects/IBuildTarget.cs
index 090726460c..4b0a66460d 100644
--- a/main/src/core/MonoDevelop.Core/MonoDevelop.Projects/IBuildTarget.cs
+++ b/main/src/core/MonoDevelop.Core/MonoDevelop.Projects/IBuildTarget.cs
@@ -51,7 +51,7 @@ namespace MonoDevelop.Projects
{
/// <summary>
/// Gets the build targets that should be built before the project is executed.
- /// If the project itself is not executed, it will not be built.
+ /// If the project itself is not included, it will not be built.
/// </summary>
IEnumerable<IBuildTarget> GetExecutionDependencies ();
}