From 1da9d23f90fc5ab054b10c338ed77cb30f315b1f Mon Sep 17 00:00:00 2001 From: Nigel Metheringham Date: Mon, 10 Sep 2012 11:51:16 +0100 Subject: [PATCH] Typo fix for assemble module --- rst/modules/assemble.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rst/modules/assemble.rst b/rst/modules/assemble.rst index 160d2cd4152..5caeb37a0a3 100644 --- a/rst/modules/assemble.rst +++ b/rst/modules/assemble.rst @@ -8,7 +8,7 @@ assemble Assembles a configuration file from fragments. Often a particular program will take a single configuration file and does not support a conf.d style structure where it is easy to build up the configuration -from multiple sources. Assmeble will take a directory of files that +from multiple sources. Assemble will take a directory of files that have already been transferred to the system, and concatenate them together to produce a destination file. Files are assembled in string sorting order. Puppet calls this idea "fragments".