1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-30 19:23:04 +03:00

Fix documentation and comment typos.

Identified using `ag -l | igor`.
This commit is contained in:
Eric Radman
2021-07-01 10:50:03 -05:00
committed by GitHub
parent 6a90d46909
commit 23bdc3deb6
17 changed files with 40 additions and 25 deletions

View File

@ -356,7 +356,7 @@ sub nodeTest
####################################################################################################################################
# nodeAdd
#
# Add a node to to the current doc's child list
# Add a node to the current doc's child list
####################################################################################################################################
sub nodeAdd
{

View File

@ -165,7 +165,7 @@ sub process
$strLatexOutputName = abs_path($self->{strLatexPath} . "/" . $oRender->{file});
}
# Copy pdf file if is is not already in the correct place
# Copy pdf file if it is not already in the correct place
if ($strLatexOutputName ne "$self->{strLatexPath}/" . $strLatexFileBase . '.pdf')
{
copy("$self->{strLatexPath}/" . $strLatexFileBase . '.pdf', $strLatexOutputName)