You've already forked pgbackrest
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:
@ -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
|
||||
{
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user