Skip to content

Commit 15e16fc

Browse files
committed
(maint) Fix two typos
Those typos were identified by the Debian Lintian tool, see https://lintian.debian.org/tags/typo-in-manual-page
1 parent d894861 commit 15e16fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/puppet/application/agent.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def help
158158
'--fingerprint' is a one-time flag. In this mode 'puppet agent' runs
159159
once and displays on the console (and in the log) the current certificate
160160
(or certificate request) fingerprint. Providing the '--digest' option
161-
allows to use a different digest algorithm to generate the fingerprint.
161+
allows you to use a different digest algorithm to generate the fingerprint.
162162
The main use is to verify that before signing a certificate request on
163163
the master, the certificate request the master received is the same as
164164
the one the client sent (to prevent against man-in-the-middle attacks

lib/puppet/defaults.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1534,7 +1534,7 @@ def self.initialize_default_settings!(settings)
15341534
:type => :file,
15351535
:mode => "0640",
15361536
:desc => "Transactional storage file for persisting data between
1537-
transactions for the purposes of infering information (such as
1537+
transactions for the purposes of inferring information (such as
15381538
corrective_change) on new data received."
15391539
},
15401540
:clientyamldir => {

0 commit comments

Comments
 (0)