Fix minor typos

This commit is contained in:
Yuri Chornoivan
2016-12-01 22:50:08 +02:00
committed by Ján Tomko
parent f81b33b50c
commit ff8e021225
8 changed files with 10 additions and 10 deletions

View File

@@ -122,7 +122,7 @@ virCommandAddArgFormat(cmd, "%d", count);
</pre>
<p>
To add a entire NULL terminated array of arguments in one go,
To add an entire NULL terminated array of arguments in one go,
there are two options.
</p>