Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime PORHEL2014-03-03 10:13:01 +0000
committerMaxime PORHEL2014-03-03 11:32:27 +0000
commit9efe3b1caf049d01fd1e464d4bb80248609fdd35 (patch)
tree0575947971ea7461f1fa0251e9d9563890e30898 /plugins
parentc4b490945fe5b2bc23c9bc8ef45bfe7be5a20175 (diff)
downloadorg.eclipse.sirius-9efe3b1caf049d01fd1e464d4bb80248609fdd35.tar.gz
org.eclipse.sirius-9efe3b1caf049d01fd1e464d4bb80248609fdd35.tar.xz
org.eclipse.sirius-9efe3b1caf049d01fd1e464d4bb80248609fdd35.zip
[doc] Fix a typo
Replace _Prorperties_ by _Properties_. Change-Id: Iec6863ac044cada4c671fad4abcf8d5094caaa73 Signed-off-by: Maxime PORHEL <maxime.porhel@obeo.fr>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.sirius.doc/doc/specifier/general/Specifying_Viewpoints.html2
-rw-r--r--plugins/org.eclipse.sirius.doc/doc/specifier/general/Specifying_Viewpoints.textile2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.sirius.doc/doc/specifier/general/Specifying_Viewpoints.html b/plugins/org.eclipse.sirius.doc/doc/specifier/general/Specifying_Viewpoints.html
index c3138c793b..5ee96a66af 100644
--- a/plugins/org.eclipse.sirius.doc/doc/specifier/general/Specifying_Viewpoints.html
+++ b/plugins/org.eclipse.sirius.doc/doc/specifier/general/Specifying_Viewpoints.html
@@ -310,7 +310,7 @@
</p>
<p>You can easily identify
<em>Interpreted Expressions</em> by their yellow background in the
- <em>Prorperties</em> sheet of an element. For all such field, you can use any of the supported languages to write the expression. Refer to the
+ <em>Properties</em> sheet of an element. For all such field, you can use any of the supported languages to write the expression. Refer to the
<a href="Writing_Queries.html">queries documentation</a> for more details.
</p>
<p>
diff --git a/plugins/org.eclipse.sirius.doc/doc/specifier/general/Specifying_Viewpoints.textile b/plugins/org.eclipse.sirius.doc/doc/specifier/general/Specifying_Viewpoints.textile
index 3d76a0a75e..e24f50e668 100644
--- a/plugins/org.eclipse.sirius.doc/doc/specifier/general/Specifying_Viewpoints.textile
+++ b/plugins/org.eclipse.sirius.doc/doc/specifier/general/Specifying_Viewpoints.textile
@@ -104,7 +104,7 @@ h3(#interpreted_expressions). Interpreted Expressions
Many _VSM_ elements require you to specify _Interpreted Expressions_ to configure them. These can be queries to select elements (as in mappings for example), or more general expressions to compute value (like the text to use for the elements' labels).
-You can easily identify _Interpreted Expressions_ by their yellow background in the _Prorperties_ sheet of an element. For all such field, you can use any of the supported languages to write the expression. Refer to the "queries documentation":Writing_Queries.html for more details.
+You can easily identify _Interpreted Expressions_ by their yellow background in the _Properties_ sheet of an element. For all such field, you can use any of the supported languages to write the expression. Refer to the "queries documentation":Writing_Queries.html for more details.
!images/interpreted_expressions.png!

Back to the top