aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-06-25 17:22:10 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-06-25 17:22:10 +0200
commit1efa1ad479ceac4c64987a3d7f20d305e247346c (patch)
treeb882ea5bf4de55a7f95f4f09c1a2cc3da104314c /misc
parent397b23aa1d04e7c9e4f479753be4f14eda56bf15 (diff)
Typo
Diffstat (limited to 'misc')
-rw-r--r--misc/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/main.go b/misc/main.go
index 00a32d8..d4284a8 100644
--- a/misc/main.go
+++ b/misc/main.go
@@ -169,7 +169,7 @@ var ext = []byte{
/* Monitor 111
* A1 11 ROSE-Invoke
- * 02 01 78 invoceId: 120
+ * 02 01 78 invokeId: 120
* 02 01 47 opcode local: 71
* 30 09 MonitorStartArgument
* 30 05 MonitorObject (CSTAObject)
@@ -239,6 +239,6 @@ func main() {
//Ask(conn, co)
//Status(conn)
- Ask(conn, ext)
+ //Ask(conn, ext)
//Status(conn)
}