summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schmitt <david.schmitt@puppetlabs.com>2015-06-03 18:22:51 +0100
committerDavid Schmitt <david.schmitt@puppetlabs.com>2015-06-03 18:22:51 +0100
commit0dd4f69424787f2af64d8e94bf371810025cb141 (patch)
tree298577c893a78c81b394ab0229300ef7631bc034
parent09b427b42629adb1e2945014f57356562d287529 (diff)
parent84f49d3a1c39890cb2c905ecff3cf1f51ca7a3f3 (diff)
downloadpuppet-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.md2
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