diff options
author | David Schmitt <david.schmitt@puppetlabs.com> | 2015-06-03 18:22:51 +0100 |
---|---|---|
committer | David Schmitt <david.schmitt@puppetlabs.com> | 2015-06-03 18:22:51 +0100 |
commit | 0dd4f69424787f2af64d8e94bf371810025cb141 (patch) | |
tree | 298577c893a78c81b394ab0229300ef7631bc034 | |
parent | 09b427b42629adb1e2945014f57356562d287529 (diff) | |
parent | 84f49d3a1c39890cb2c905ecff3cf1f51ca7a3f3 (diff) | |
download | puppet-stdlib-0dd4f69424787f2af64d8e94bf371810025cb141.tar.gz puppet-stdlib-0dd4f69424787f2af64d8e94bf371810025cb141.tar.bz2 |
Merge pull request #468 from kylog/camels-all-the-way-down
Fix spelling of camelcase
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index eef0473..7c33314 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -90,7 +90,7 @@ backwards-compatible with the stdlib 3 series. It adds two new functions, one bu #### Features - New `bool2str()` function -- New `camalcase()` function +- New `camelcase()` function #### Bugfixes - Fix `has_interface_with()` when interfaces fact is nil |