1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-11-25 22:12:03 +02:00

Fix comment typos.

This includes some variable names in tests which don't seem important enough for their own commits.

Contributed by Josh Soref.
This commit is contained in:
Josh Soref
2019-08-26 12:05:36 -04:00
committed by David Steele
parent 22aa532be1
commit c2771e5469
62 changed files with 99 additions and 99 deletions

View File

@@ -36,7 +36,7 @@ use constant BOGUS => 'bogus';
push @EXPORT, qw(BOGUS);
####################################################################################################################################
# The current test run that is executung. Only a single run should ever occur in a process to prevent various cleanup issues from
# The current test run that is executing. Only a single run should ever occur in a process to prevent various cleanup issues from
# affecting the next run. Of course multiple subtests can be executed in a single run.
####################################################################################################################################
my $oTestRun;
@@ -70,14 +70,14 @@ sub new
####################################################################################################################################
# initModule
#
# Empty init sub in case the ancestor class does not delare one.
# Empty init sub in case the ancestor class does not declare one.
####################################################################################################################################
sub initModule {}
####################################################################################################################################
# initTest
#
# Empty init sub in case the ancestor class does not delare one.
# Empty init sub in case the ancestor class does not declare one.
####################################################################################################################################
sub initTest {}
@@ -96,7 +96,7 @@ sub cleanTest
####################################################################################################################################
# cleanModule
#
# Empty final sub in case the ancestor class does not delare one.
# Empty final sub in case the ancestor class does not declare one.
####################################################################################################################################
sub cleanModule {}