typo: stoped -> stopped
This commit is contained in:
@@ -317,7 +317,7 @@ public class RecoveryTest extends ComplexTestCase {
|
||||
* and click it then to continue.
|
||||
* @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
|
||||
* 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
|
||||
* or the click cancel. If the value is true, the cancel button was clicked.
|
||||
*/
|
||||
|
@@ -80,7 +80,7 @@ enum IteratorType {SELECTION,SINGLE_VIEW,DOCUMENT};
|
||||
<code>Iterator(pDocument,pViewShell,true,BEGIN)</code> for some document
|
||||
and view shell. This iterator can then be compared against
|
||||
<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>
|
||||
*/
|
||||
class Iterator
|
||||
|
@@ -710,7 +710,7 @@ public:
|
||||
*/
|
||||
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
|
||||
playing nodes should listen for this command and
|
||||
|
Reference in New Issue
Block a user