Commit 8dee991cc2da61fb0a34f641ca97c9bf11bd9b7d

Kano 2012-04-26T00:14:17

README spelling error

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README b/README
index eaefcfc..1039bce 100644
--- a/README
+++ b/README
@@ -612,7 +612,7 @@ An example request in both formats to set GPU 0 fan to 80%:
 The format of each reply (unless stated otherwise) is a STATUS section
 followed by an optional detail section
 
-From API verion 1.7 onwards, reply strings in JSON and Text have the
+From API version 1.7 onwards, reply strings in JSON and Text have the
 necessary escaping as required to avoid ambiguity - they didn't before 1.7
 For JSON the 2 characters '"' and '\' are escaped with a '\' before them
 For Text the 4 characters '|' ',' '=' and '\' are escaped the same way