From f28ba1d9ca8b7e02507a33a889cd9981020cf6a0 Mon Sep 17 00:00:00 2001 From: mose Date: Fri, 11 Dec 2015 08:22:20 +0800 Subject: [PATCH] various typo checks --- CHANGELOG.md | 6 +++--- README.md | 2 +- debian/changelog | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b6289b..79880a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,10 @@ Hieracles Changelog ======================= ### 0.2.1 - 2015-12-11 -- add configuration variables for connection to puppetdb -- make puppetdb calls fill up the facts for the node queried +- add configuration variables for connection to PuppetDB +- make PuppetDB calls fill up the facts for the node queried - add a `facts` command to display the facts, provided locally - or from puppetdb directly + or from PuppetDB directly - make a new CLI tool named ppdb for direct calls to PuppetDB - add optional filtering on ppdb commands - add a man page for ppdb diff --git a/README.md b/README.md index 7166cac..8f4e2f7 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Configuration variables are: - encpath where to read information about each nodes - hierafile - where to find a hierafile customised for your local puppet installation + where to find a hierafile customized for your local puppet installation - format can be plain, console, csv, yaml, rawyaml, json - defaultscope diff --git a/debian/changelog b/debian/changelog index 3175baf..e711469 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ ruby-hieracles (0.2.1.0) unstable; urgency=medium * upstream 0.2.1 - * add configuration variables for connection to puppetdb - * make puppetdb calls fill up the facts for the node queried + * add configuration variables for connection to PuppetDB + * make PuppetDB calls fill up the facts for the node queried * add a `facts` command to display the facts, provided locally - or from puppetdb directly + or from PuppetDB directly * make a new CLI tool named ppdb for direct calls to PuppetDB * add optional filtering on ppdb commands * add a man page for ppdb @@ -24,7 +24,7 @@ ruby-hieracles (0.2.0.0) unstable; urgency=medium ruby-hieracles (0.1.7.0) unstable; urgency=medium * upstream 0.1.7 - * various fixes on display for marged values + * various fixes on display for merged values -- mose Mon, 23 Nov 2015 16:20:00 +0800 @@ -43,7 +43,7 @@ ruby-hieracles (0.1.5.0) unstable; urgency=medium * upstream 0.1.5 * add `interactive` new option `-i` for having - CLI user promtped to fill up missing scope vars + CLI user prompted to fill up missing scope vars * implement interpolation adapted from the code of hiera * fixed the single option parsing for `-i`