Fixed spelling mistake

This commit is contained in:
Gideon le Grange 2014-04-26 08:03:20 +02:00
parent 267cb151f7
commit 015090c8db
1 changed files with 1 additions and 2 deletions

View File

@ -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);