From 70858f6daa1a76dd15888880c33ec36f48bbab7d Mon Sep 17 00:00:00 2001 From: Charlie O'Keefe Date: Sun, 25 Oct 2015 11:10:37 -0600 Subject: [PATCH] systems -> system's --- website/source/docs/drivers/qemu.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/drivers/qemu.html.md b/website/source/docs/drivers/qemu.html.md index 86c8cc58a..d76c209ad 100644 --- a/website/source/docs/drivers/qemu.html.md +++ b/website/source/docs/drivers/qemu.html.md @@ -37,7 +37,7 @@ in the `Task` specification ## Client Requirements -The `Qemu` driver requires Qemu to be installed and in your systems `$PATH`. +The `Qemu` driver requires Qemu to be installed and in your system's `$PATH`. The `image_source` must be accessible by the node running Nomad. This can be an internal source, private to your cluster, but it must be reachable by the client over HTTP.