From 015090c8db73291ab30915ebeb76116779c836c8 Mon Sep 17 00:00:00 2001 From: Gideon le Grange Date: Sat, 26 Apr 2014 08:03:20 +0200 Subject: [PATCH] Fixed spelling mistake --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 541a031..2358b68 100644 --- a/README.md +++ b/README.md @@ -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) - is canceled like this: +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: ```java con.cancel(tag);