From: Martin Kletzander Date: Sat, 29 Nov 2014 17:02:32 +0000 (+0100) Subject: docs: Fix simple typo s/ a API/ an API/ X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=77a778d2e013ca243b5730170e3f6f9bdf420f14;p=libvirt.git docs: Fix simple typo s/ a API/ an API/ Signed-off-by: Martin Kletzander --- diff --git a/docs/internals/rpc.html.in b/docs/internals/rpc.html.in index 627d7aabbc..f2ed64f1c0 100644 --- a/docs/internals/rpc.html.in +++ b/docs/internals/rpc.html.in @@ -597,7 +597,7 @@

Example with buck passing

- In the first example, a second thread issues a API call + In the first example, a second thread issues an API call while the first thread holds the buck. The reply to the first call arrives first, so the buck is passed to the second thread.