diff options
author | intrigeri <intrigeri@boum.org> | 2010-12-11 13:18:43 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-12-11 13:18:43 +0100 |
commit | f9b0f065b387b2ef37036379f1fabd274dfd30cc (patch) | |
tree | 9eeab6e9c53493b00600010f5777dce5a0aace57 | |
parent | 1f1e5599b7a527b9889b5d2c8a92df8b2916cde7 (diff) | |
download | puppet-common-f9b0f065b387b2ef37036379f1fabd274dfd30cc.tar.gz puppet-common-f9b0f065b387b2ef37036379f1fabd274dfd30cc.tar.bz2 |
Fix typo in comment.
-rw-r--r-- | manifests/defines/replace.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <david@schmitt.edv-bus.at> # 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. |