From 84d2930691715c1c16ae0d2c21a2cb5733a28381 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 8 Jun 2011 23:24:09 +0200 Subject: [PATCH] typo fixes (thanks to Derek Brost) Signed-off-by: Nico Schottelius --- doc/man/man7/cdist-type.text | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/man7/cdist-type.text b/doc/man/man7/cdist-type.text index 8d1b9ae4..1af386fb 100644 --- a/doc/man/man7/cdist-type.text +++ b/doc/man/man7/cdist-type.text @@ -183,12 +183,12 @@ level tools like ruby installed. If a type requires specific tools to be present on the target, there must be another type that provides this tool and the first type should create an object of the specific type. -If your type wants to save temporay data, that may be used by other types +If your type wants to save temporary data, that may be used by other types later on (for instance __file), you can save them in the subdirectory "files" below $__object (but you must create it yourself). cdist will not touch this directory. -If your type contains static files, it's also recommened to place them in +If your type contains static files, it's also recommended to place them in a folder named "files" within the type (again, because cdist guarantees to never ever touch this folder).