From: intrigeri Date: Sat, 11 Dec 2010 12:18:43 +0000 (+0100) Subject: Fix typo in comment. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f9b0f065b387b2ef37036379f1fabd274dfd30cc;p=puppet-common.git Fix typo in comment. --- diff --git a/manifests/defines/replace.pp b/manifests/defines/replace.pp index f7da3b4..dd8db4d 100644 --- a/manifests/defines/replace.pp +++ b/manifests/defines/replace.pp @@ -2,7 +2,7 @@ # Copyright (C) 2007 David Schmitt # See LICENSE for the full license granted to you. -# A hack to replace all ocurrances of a regular expression in a file with a +# A hack to replace all occurrences of a regular expression in a file with a # specified string. Sometimes it can be less effort to replace only a single # value in a huge config file instead of creating a template out of it. Still, # creating a template is often better than this hack.