Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2005-02-23 17:21:51 +0000
committerAlain Magloire2005-02-23 17:21:51 +0000
commitfb2814831989ce03802a6edfcb722f72be1aa198 (patch)
tree45745390375308b09c7e59fab75f5ee6d630e7dc
parent263763ea703074f39e276225fe51bd4cea60e390 (diff)
downloadorg.eclipse.cdt-fb2814831989ce03802a6edfcb722f72be1aa198.tar.gz
org.eclipse.cdt-fb2814831989ce03802a6edfcb722f72be1aa198.tar.xz
org.eclipse.cdt-fb2814831989ce03802a6edfcb722f72be1aa198.zip
Fixing Typo, from Tracy M.
-rw-r--r--doc/org.eclipse.cdt.doc.user/tasks/cdt_t_expressions.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_expressions.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_expressions.htm
index 68db7ede93d..21fa7f3bec2 100644
--- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_expressions.htm
+++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_expressions.htm
@@ -24,7 +24,7 @@ view is part of the Debug perspective.</p>
<li>Type the expression that you want to evaluate. For example, (x-5)*3 ).</li>
<li><p>Click <b>OK</b>.</p>
<p> The expression appears in the Expressions view. If the selection in the
- Debug view provides a valid eveluation context (i.e. stack frame) all
+ Debug view provides a valid evaluation context (i.e. stack frame) all
expressions are evaluated in this context and their values are displayed.
Switching between stack frames in the Debug view forces all expressions to be
reevaluated.</p></li>

Back to the top