Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Redor2020-09-21 08:08:16 +0000
committerLaurent Redor2020-09-21 08:08:16 +0000
commita88f229dca2559ce39764e9db5e3ce54fa211ae2 (patch)
treeee37d1d7a2e8fd72740d6665ffbad1ee1ba0dcca
parentb1f430b5c982c5b6ddbb33afe8f57483599bb744 (diff)
downloadorg.eclipse.sirius-a88f229dca2559ce39764e9db5e3ce54fa211ae2.tar.gz
org.eclipse.sirius-a88f229dca2559ce39764e9db5e3ce54fa211ae2.tar.xz
org.eclipse.sirius-a88f229dca2559ce39764e9db5e3ce54fa211ae2.zip
[566349] Fix typo in release notes
Bug: 566349 Change-Id: Ic1b5c64b0a3307966e1345268f1ccfc0248fa309 Signed-off-by: Laurent Redor <laurent.redor@obeo.fr>
-rw-r--r--plugins/org.eclipse.sirius.doc/doc/Release_Notes.html2
-rw-r--r--plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html
index 056bc85d13..7854f9687a 100644
--- a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html
+++ b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html
@@ -170,7 +170,7 @@
<ul>
<li><span class="label label-success">Added</span> A new method,
<code>preClose()</code> has been added in
- <code>org.eclipse.sirius.ui.business.api.dialect.DialectEditor</code>. This method is called in sync when the editor is asking to be closed (the real close is done in async). This allows to dispose actions, for example, as soos as the close is requested. There is a default implementation, that does nothing, for all dialect editors.
+ <code>org.eclipse.sirius.ui.business.api.dialect.DialectEditor</code>. This method is called in sync when the editor is asking to be closed (the real closure is done in async). This allows to dispose actions, for example, as soon as the closure is requested. There is a default implementation, that does nothing, for all dialect editors.
</li>
</ul>
<h4 id="Changesinorg.eclipse.sirius.tests.junit.support">Changes in
diff --git a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile
index 2f3e815582..3e6b124f9d 100644
--- a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile
+++ b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile
@@ -26,7 +26,7 @@ try {
h4. Changes in @org.eclipse.sirius.ui@
-* <span class="label label-success">Added</span> A new method, @preClose()@ has been added in @org.eclipse.sirius.ui.business.api.dialect.DialectEditor@. This method is called in sync when the editor is asking to be closed (the real close is done in async). This allows to dispose actions, for example, as soos as the close is requested. There is a default implementation, that does nothing, for all dialect editors.
+* <span class="label label-success">Added</span> A new method, @preClose()@ has been added in @org.eclipse.sirius.ui.business.api.dialect.DialectEditor@. This method is called in sync when the editor is asking to be closed (the real closure is done in async). This allows to dispose actions, for example, as soon as the closure is requested. There is a default implementation, that does nothing, for all dialect editors.
h4. Changes in @org.eclipse.sirius.tests.junit.support@

Back to the top