Fix typos

This commit is contained in:
pierwill 2019-12-27 10:47:17 -08:00
parent 5bc91a4bcd
commit 53673f00ce
No known key found for this signature in database
GPG Key ID: D48E7EBDF0C3AEA0

View File

@ -1,6 +1,6 @@
---
layout: doc
title: "Qrexex: Qubes RPC internals"
title: "Qrexec: Qubes RPC internals"
permalink: /doc/qrexec-internals/
redirect_from:
- /doc/qrexec3-implementation/
@ -31,7 +31,7 @@ These tools are not designed to be used by users directly.
`/usr/sbin/qrexec-daemon`
One instance is required for every active domain.
`qrexex-daemon` is responsible for both:
`qrexec-daemon` is responsible for both:
- handling execution and service requests from **dom0** (source: `qrexec-client`); and
- handling service requests from the associated domain (source: `qrexec-client-vm`, then `qrexec-agent`).
@ -74,7 +74,7 @@ Responsible for:
* Handling service requests from `qrexec-client-vm` and passing them to connected `qrexec-daemon` in dom0.
* Executing associated `qrexec-daemon` execution/service requests.
The `qrexec-agent` command takes no paramaters.
The `qrexec-agent` command takes no parameters.
### qrexec-client-vm