Fix a filename and add a couple missing words.
Signed-off-by: Jonathon Jongsma <jjongsma(a)redhat.com>
---
docs/api_extension.html.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/api_extension.html.in b/docs/api_extension.html.in
index d7fbbd6e90..3bbaf4893c 100644
--- a/docs/api_extension.html.in
+++ b/docs/api_extension.html.in
@@ -229,7 +229,7 @@
<h3><a name='rpcclient'>Implement the RPC
client</a></h3>
<p>
- Implementing the uses the rpcgen generated .h files. The remote
+ Implementing the RPC client uses the rpcgen generated .h files. The remote
method calls go in:
</p>
@@ -256,7 +256,7 @@
The server side dispatchers are implemented in:
</p>
- <p><code>src/remote/daemon_dispatch.c</code></p>
+ <p><code>src/remote/remote_daemon_dispatch.c</code></p>
<p>Again, this step uses the .h files generated by make rpcgen.</p>
--
2.20.1