Fixed spelling mistake
This commit is contained in:
parent
267cb151f7
commit
015090c8db
|
|
@ -124,8 +124,7 @@ String tag = con.execute("/interface/wireless/monitor .id=wlan1 return signal-to
|
||||||
);
|
);
|
||||||
```
|
```
|
||||||
|
|
||||||
The above command will run and send results asynchronously as they become available, until it is canceled. The command (identified by the unique String retruned)
|
The above command will run and send results asynchronously as they become available, until it is canceled. The command (identified by the unique String returned) is canceled like this:
|
||||||
is canceled like this:
|
|
||||||
|
|
||||||
```java
|
```java
|
||||||
con.cancel(tag);
|
con.cancel(tag);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue