Skip to main content
summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndrew Gvozdev2014-04-29 14:31:52 +0000
committerAndrew Gvozdev2014-04-29 14:31:52 +0000
commit8047915f17c48e666efe13aca1afce7fc631bcbf (patch)
tree2adc2ed254c7ef88bc40b14cb1c12364e95b6308 /doc
parent620def4c62f89669db94fd24323c4b223e97e0db (diff)
downloadorg.eclipse.cdt-8047915f17c48e666efe13aca1afce7fc631bcbf.tar.gz
org.eclipse.cdt-8047915f17c48e666efe13aca1afce7fc631bcbf.tar.xz
org.eclipse.cdt-8047915f17c48e666efe13aca1afce7fc631bcbf.zip
bug 433463: Poor phrasing in "Tutorial: Creating a simple application"
Diffstat (limited to 'doc')
-rw-r--r--doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm
index 9db5c363982..aecfea810a1 100644
--- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm
+++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm
@@ -96,7 +96,7 @@ Now with CDT, you just select a project type, and that determines what build sys
<li><p>Click <strong>Finish</strong>.<br>
</p></li>
</ol>
-<p><strong>NOTE</strong> If the <strong>C++ perspective</strong> is not currently set as the default, you are prompted to determined if you would like to this project to be associated with the C/C++ perspective. Click <strong>Yes</strong>.<br>
+<p><strong>NOTE</strong> If the <strong>C++ perspective</strong> is not currently set as the default, you are prompted to determine if you would like to this project to be associated with the C/C++ perspective. Click <strong>Yes</strong>.<br>
</p>
<p>A project is created with the default settings and a full set of configurations based on the project type and toolchain you selected.
You should now see the new project in <a href="../reference/cdt_u_project_explorer_view.htm">Project Explorer</a> view.</p>

Back to the top