From 0c89b451e7f876c253817974f01dcbfe4b2bc687 Mon Sep 17 00:00:00 2001 From: Jens Rantil Date: Wed, 21 Mar 2012 00:35:50 +0100 Subject: [PATCH] Small documentation fix. "Programmer interface" => "Programming interface". --- doc/topics/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/topics/index.rst b/doc/topics/index.rst index 7340c3fb89..aeee15f7c3 100644 --- a/doc/topics/index.rst +++ b/doc/topics/index.rst @@ -31,7 +31,7 @@ Parallel execution The core function of Salt is to enable remote commands to be called in parallel rather than in serial, to use a secure and encrypted protocol, the smallest and -fastest network payloads possible, and with a simple programmer interface. Salt +fastest network payloads possible, and with a simple programming interface. Salt also introduces more granular controls to the realm of remote execution, allowing for commands to be executed in parallel and for systems to be targeted based on more than just hostname, but by system properties.