diff options
Diffstat (limited to 'modules/ii')
-rw-r--r-- | modules/ii/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ii/manifests/init.pp b/modules/ii/manifests/init.pp index 9f58b785..2947c75d 100644 --- a/modules/ii/manifests/init.pp +++ b/modules/ii/manifests/init.pp @@ -15,7 +15,7 @@ class ii { $nick = $name include ii::base - # a custom wrappper is needed since ii do not fork in the + # a custom wrapper is needed since ii does not fork in the # background, and bash is not able to properly do it mga_common::local_script { "ii_${nick}": content => template('ii/ii_wrapper.pl'), |