]> Git Repo - qemu.git/commitdiff
docs/writing-qmp-commands: fix a typo
authorChen Hanxiao <[email protected]>
Tue, 26 May 2015 09:25:41 +0000 (05:25 -0400)
committerMichael Tokarev <[email protected]>
Wed, 3 Jun 2015 11:21:23 +0000 (14:21 +0300)
s/interation/iteration

Signed-off-by: Chen Hanxiao <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
docs/writing-qmp-commands.txt

index f3df2066a4d8682db9a3dbaf96b739e861e4f1bb..ab1fdd36b46a449a3566f8b650615f9a5309617a 100644 (file)
@@ -598,7 +598,7 @@ stored in its "value" member. In our example, the "value" member is a pointer
 to an TimerAlarmMethod instance.
 
 Notice that the "current" variable is used as "true" only in the first
-interation of the loop. That's because the alarm timer method in use is the
+iteration of the loop. That's because the alarm timer method in use is the
 first element of the alarm_timers array. Also notice that QAPI lists are handled
 by hand and we return the head of the list.
 
This page took 0.022344 seconds and 4 git commands to generate.