Kaydet (Commit) 7328e577 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

typo: stoped -> stopped

üst e5a05de9
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment