typo: stoped -> stopped

This commit is contained in:
Thomas Arnhold
2014-04-10 09:48:59 +02:00
parent e5a05de950
commit 7328e577e2
3 changed files with 3 additions and 3 deletions

View File

@@ -317,7 +317,7 @@ public class RecoveryTest extends ComplexTestCase {
* and click it then to continue. * and click it then to continue.
* @param expectedDocumentCount the amount of documents which must be displayed in the recovery dialog * @param expectedDocumentCount the amount of documents which must be displayed in the recovery dialog
* @param recover If the documenst should be recoverd this variable must be true. If it is fasle * @param recover If the documenst should be recoverd this variable must be true. If it is fasle
* the recovery process was stoped and the button cancel was klicked. * the recovery process was stopped and the button cancel was klicked.
* @param cancel If the recovery is fifnished, this parameter desicdes to klick the "Next" button * @param cancel If the recovery is fifnished, this parameter desicdes to klick the "Next" button
* or the click cancel. If the value is true, the cancel button was clicked. * or the click cancel. If the value is true, the cancel button was clicked.
*/ */

View File

@@ -80,7 +80,7 @@ enum IteratorType {SELECTION,SINGLE_VIEW,DOCUMENT};
<code>Iterator(pDocument,pViewShell,true,BEGIN)</code> for some document <code>Iterator(pDocument,pViewShell,true,BEGIN)</code> for some document
and view shell. This iterator can then be compared against and view shell. This iterator can then be compared against
<code>Iterator(pDocument,pViewShell,true,END)</code>. On equality the <code>Iterator(pDocument,pViewShell,true,END)</code>. On equality the
iteration should be stoped without evaluating the iterator: The position iteration should be stopped without evaluating the iterator: The position
of an end iterator is not valid.</p> of an end iterator is not valid.</p>
*/ */
class Iterator class Iterator

View File

@@ -710,7 +710,7 @@ public:
*/ */
bool notifyPauseMode( bool bPauseShow ); bool notifyPauseMode( bool bPauseShow );
/** Notify that all audio has to be stoped. /** Notify that all audio has to be stopped.
This method is used by XCommand nodes and all sound This method is used by XCommand nodes and all sound
playing nodes should listen for this command and playing nodes should listen for this command and