Skip to content

Commit 9498f3f

Browse files
committed
Fix typo
1 parent ecb2092 commit 9498f3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/puppet/face/catalog.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
deactivate_action(:destroy)
2727
deactivate_action(:search)
2828
action(:find) do
29-
summary _("Retrieve the catalog for the node from which the comamand is run.")
29+
summary _("Retrieve the catalog for the node from which the command is run.")
3030
arguments "<certname>, <facts>"
3131
option("--facts_for_catalog") do
3232
summary _("Not yet implemented for the CLI; facts will be collected internally.")

man/man8/puppet-catalog.8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Nothing\.
109109
When used from the Ruby API, this action has a side effect of leaving Puppet::Resource::Catalog\.indirection\.terminus_class set to yaml\. The terminus must be explicitly re\-set for subsequent catalog actions\.
110110
.
111111
.TP
112-
\fBfind\fR \- Retrieve the catalog for the node from which the comamand is run\.
112+
\fBfind\fR \- Retrieve the catalog for the node from which the command is run\.
113113
\fBSYNOPSIS\fR
114114
.
115115
.IP
@@ -119,7 +119,7 @@ puppet catalog find [\-\-terminus _TERMINUS] [\-\-facts_for_catalog] \fIcertname
119119
\fBDESCRIPTION\fR
120120
.
121121
.IP
122-
Retrieve the catalog for the node from which the comamand is run\.
122+
Retrieve the catalog for the node from which the command is run\.
123123
.
124124
.IP
125125
\fBOPTIONS\fR \fI\-\-facts_for_catalog\fR \- Not yet implemented for the CLI; facts will be collected internally\.

0 commit comments

Comments
 (0)