Please review pull request #57: fixed typo in dashboard console and rake api pages opened by (dhgwilliam)
Description:
changed 'gropus' to 'groups' in
modified: source/dashboard/manual/1.2/rake_api.markdown
modified: source/pe/2.0/console_classes_groups.markdown
- Opened: Mon Mar 05 22:28:44 UTC 2012
- Based on: puppetlabs:master (719199c34d19766930f9df8cb7c5b5785c59a449)
- Requested merge: dhgwilliam:master (35ce6d0bd1f966436563fc5022276a3d2c63d051)
Diff follows:
diff --git a/source/dashboard/manual/1.2/rake_api.markdown b/source/dashboard/manual/1.2/rake_api.markdown
index ebebcae..b6c466f 100644
--- a/source/dashboard/manual/1.2/rake_api.markdown
+++ b/source/dashboard/manual/1.2/rake_api.markdown
@@ -62,7 +62,7 @@ All of these tasks should be run as follows, replacing `<TASK>` with the task na
### Group Tasks
`nodegroup:list [match=<REGULAR _expression_>]`
-: List node groups. Can optionally match gorups by regex.
+: List node groups. Can optionally match groups by regex.
`nodegroup:add name=<NAME> [classes=<CLASSES>]`
: Create a new node group. Classes can be specified as a comma-separated list.
diff --git a/source/pe/2.0/console_classes_groups.markdown b/source/pe/2.0/console_classes_groups.markdown
index 0741149..13a9717 100644
--- a/source/pe/2.0/console_classes_groups.markdown
+++ b/source/pe/2.0/console_classes_groups.markdown
@@ -144,7 +144,7 @@ All of these tasks should be run as follows, replacing `<TASK>` with the task na
### Group Tasks
`nodegroup:list [match=<REGULAR _expression_>]`
-: List node groups. Can optionally match gorups by regex.
+: List node groups. Can optionally match groups by regex.
`nodegroup:add name=<NAME> [classes=<CLASSES>]`
: Create a new node group. Classes can be specified as a comma-separated list.
-- You received this message because you are subscribed to the Google Groups "Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
