]> git.donarmstrong.com Git - perltidy.git/commitdiff
fixed typos
authorJakub Wilk <jwilk@jwilk.net>
Mon, 17 Dec 2018 17:04:29 +0000 (18:04 +0100)
committerJakub Wilk <jwilk@jwilk.net>
Mon, 17 Dec 2018 17:04:29 +0000 (18:04 +0100)
bin/perltidy
docs/Tidy.html
docs/perltidy.html
lib/Perl/Tidy.pod
local-docs/perltidy.1

index 1529788b5104506494edce67e00e0105ca4dbbf0..0ca2fbff53c22ec01906b12f0bccc2089a652cfd 100755 (executable)
@@ -1923,7 +1923,7 @@ Here is an example illustrating a welded container within a welded containers:
 
 This format option is quite general but there are some limitations.  
 
-One limitiation is that any line length limit still applies and can cause long
+One limitation is that any line length limit still applies and can cause long
 welded sections to be broken into multiple lines.  
 
 Another limitation is that an opening symbol which delimits quoted text cannot
@@ -2149,7 +2149,7 @@ controls can be used:
 
 The flag B<-sot> is an abbreviation for B<-sop -sohb -sosb>.
 
-The flag B<-sobb> is a abbreviation for B<-bbvt=2 -bbvtl='*'>.  This
+The flag B<-sobb> is an abbreviation for B<-bbvt=2 -bbvtl='*'>.  This
 will case a cascade of opening block braces to appear on a single line,
 although this an uncommon occurrence except in test scripts. 
 
index eb5b16cd651540e6b342d3ec2eb046b1274c1d5d..51b92fad2134923e75770523ec748ab9f3a8be48 100644 (file)
 <dt id="dump_options">dump_options</dt>
 <dd>
 
-<p>If the <b>dump_options</b> parameter is given, it must be the reference to a hash. In this case, the parameters contained in any perltidyrc configuration file will be placed in this hash and perltidy will return immediately. This is equivalent to running perltidy with --dump-options, except that the perameters are returned in a hash rather than dumped to standard output. Also, by default only the parameters in the perltidyrc file are returned, but this can be changed (see the next parameter). This parameter provides a convenient method for external programs to read a perltidyrc file. An example program using this feature, <i>perltidyrc_dump.pl</i>, is included in the distribution.</p>
+<p>If the <b>dump_options</b> parameter is given, it must be the reference to a hash. In this case, the parameters contained in any perltidyrc configuration file will be placed in this hash and perltidy will return immediately. This is equivalent to running perltidy with --dump-options, except that the parameters are returned in a hash rather than dumped to standard output. Also, by default only the parameters in the perltidyrc file are returned, but this can be changed (see the next parameter). This parameter provides a convenient method for external programs to read a perltidyrc file. An example program using this feature, <i>perltidyrc_dump.pl</i>, is included in the distribution.</p>
 
 <p>Any combination of the <b>dump_</b> parameters may be used together.</p>
 
 
 <p>Parameters which control formatting may be passed in several ways: in a <i>.perltidyrc</i> configuration file, in the <b>perltidyrc</b> parameter, and in the <b>argv</b> parameter.</p>
 
-<p>The <b>-syn</b> (<b>--check-syntax</b>) flag may be used with all source and destination streams except for standard input and output. However data streams which are not associated with a filename will be copied to a temporary file before being be passed to Perl. This use of temporary files can cause somewhat confusing output from Perl.</p>
+<p>The <b>-syn</b> (<b>--check-syntax</b>) flag may be used with all source and destination streams except for standard input and output. However data streams which are not associated with a filename will be copied to a temporary file before being passed to Perl. This use of temporary files can cause somewhat confusing output from Perl.</p>
 
 <p>If the <b>-pbp</b> style is used it will typically be necessary to also specify a <b>-nst</b> flag. This is necessary to turn off the <b>-st</b> flag contained in the <b>-pbp</b> parameter set which otherwise would direct the output stream to the standard output.</p>
 
index b835b9b627371f2e0e8d9b9c114d7895faeb6f38..aa141b77965577d9effdfbaf747bc3f403ba4c21 100644 (file)
 
 <p>This format option is quite general but there are some limitations.</p>
 
-<p>One limitiation is that any line length limit still applies and can cause long welded sections to be broken into multiple lines.</p>
+<p>One limitation is that any line length limit still applies and can cause long welded sections to be broken into multiple lines.</p>
 
 <p>Another limitation is that an opening symbol which delimits quoted text cannot be included in a welded pair. This is because quote delimiters are treated specially in perltidy.</p>
 
 
 <p>The flag <b>-sot</b> is an abbreviation for <b>-sop -sohb -sosb</b>.</p>
 
-<p>The flag <b>-sobb</b> is a abbreviation for <b>-bbvt=2 -bbvtl=&#39;*&#39;</b>. This will case a cascade of opening block braces to appear on a single line, although this an uncommon occurrence except in test scripts.</p>
+<p>The flag <b>-sobb</b> is an abbreviation for <b>-bbvt=2 -bbvtl=&#39;*&#39;</b>. This will case a cascade of opening block braces to appear on a single line, although this an uncommon occurrence except in test scripts.</p>
 
 </dd>
 <dt id="sct---stack-closing-tokens-and-related-flags"><b>-sct</b>, <b>--stack-closing-tokens</b> and related flags</dt>
index a9a3dcdb8744fe75c41db392c740a522ea37581c..0ebc27be7c27dcef04c37a5a60fd34036f8f183e 100644 (file)
@@ -129,7 +129,7 @@ command line string.
 If the B<dump_options> parameter is given, it must be the reference to a hash.
 In this case, the parameters contained in any perltidyrc configuration file
 will be placed in this hash and perltidy will return immediately.  This is
-equivalent to running perltidy with --dump-options, except that the perameters
+equivalent to running perltidy with --dump-options, except that the parameters
 are returned in a hash rather than dumped to standard output.  Also, by default
 only the parameters in the perltidyrc file are returned, but this can be
 changed (see the next parameter).  This parameter provides a convenient method
@@ -214,7 +214,7 @@ B<argv> parameter.
 The B<-syn> (B<--check-syntax>) flag may be used with all source and
 destination streams except for standard input and output.  However 
 data streams which are not associated with a filename will 
-be copied to a temporary file before being be passed to Perl.  This
+be copied to a temporary file before being passed to Perl.  This
 use of temporary files can cause somewhat confusing output from Perl.
 
 If the B<-pbp> style is used it will typically be necessary to also
index 621e3915c9ce5107249ca4d484c80b173f293a96..de2db415180ce123cd223ef40bf0fff37e211bf8 100644 (file)
@@ -2051,7 +2051,7 @@ Here is an example illustrating a welded container within a welded containers:
 .Sp
 This format option is quite general but there are some limitations.
 .Sp
-One limitiation is that any line length limit still applies and can cause long
+One limitation is that any line length limit still applies and can cause long
 welded sections to be broken into multiple lines.
 .Sp
 Another limitation is that an opening symbol which delimits quoted text cannot
@@ -2281,7 +2281,7 @@ controls can be used:
 .Sp
 The flag \fB\-sot\fR is an abbreviation for \fB\-sop \-sohb \-sosb\fR.
 .Sp
-The flag \fB\-sobb\fR is a abbreviation for \fB\-bbvt=2 \-bbvtl='*'\fR.  This
+The flag \fB\-sobb\fR is an abbreviation for \fB\-bbvt=2 \-bbvtl='*'\fR.  This
 will case a cascade of opening block braces to appear on a single line,
 although this an uncommon occurrence except in test scripts.
 .IP "\fB\-sct\fR,  \fB\-\-stack\-closing\-tokens\fR and related flags" 4