Skip to content

Commit 8ca0621

Browse files
authored
Merge pull request DOCGroup#169 from mitza-oci/master
fix typos
2 parents 60b0c90 + 5b6d020 commit 8ca0621

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/html/MakeProjectCreator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8204,7 +8204,7 @@ <h6 class="Head5">
82048204

82058205
<p class="Code">
82068206
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
8207-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;in that case this aregument can be the Perl module.
8207+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;in that case this argument can be the Perl module.
82088208
</p>
82098209

82108210
<p class="Code">

modules/StringProcessor.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ sub process_special {
5757

5858
## Un-escape all other characters. Using eval allows the user to pass
5959
## escaped characters that will be converted to their actual character
60-
## couterpart (i.e., \n, \f, etc).
60+
## counterpart (i.e., \n, \f, etc).
6161
if (index($line, '\\') != -1) {
6262
eval("\$line = \"$line\"");
6363
}

0 commit comments

Comments
 (0)