Merge pull request #61 from lamby/master

Fixup some typos
This commit is contained in:
Nico Schottelius 2012-05-10 10:23:36 -07:00
commit d109db31d0
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ EXAMPLES
--------
--------------------------------------------------------------------------------
# Creates or appends the line specifiend in "include_www" to the file "lighttpd.conf"
# Creates or appends the line specified in "include_www" to the file "lighttpd.conf"
__addifnosuchline www --file /etc/lighttpd.conf --line include_www
# Adds the line "include_git" to the file "lighttpd.conf"

View File

@ -47,7 +47,7 @@ on given conditions.
INITIAL AND TYPE MANIFESTS
--------------------------
Cdist nows about two types of manifests: The initial manifest and type
Cdist knows about two types of manifests: The initial manifest and type
manifests. The initial manifest is used to define, which configurations
to apply to which hosts. The type manifests are used to create objects
from types. More about manifests in types can be found in cdist-type(7).