mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-03-03 14:52:21 +02:00
Fix comments where 'output' was misspelled as 'ouput'.
This commit is contained in:
parent
066fbcf268
commit
c3b15fc3bd
@ -438,7 +438,7 @@ helpRender(void)
|
||||
if (!isupper(strZ(summary)[1]) && !isdigit(strZ(summary)[1]))
|
||||
strFirstLower(summary);
|
||||
|
||||
// Ouput current and default values if they exist
|
||||
// Output current and default values if they exist
|
||||
const String *defaultValue = helpRenderValue(cfgOptionDefault(optionId), cfgParseOptionType(optionId));
|
||||
const String *value = NULL;
|
||||
|
||||
@ -518,7 +518,7 @@ helpRender(void)
|
||||
strZ(
|
||||
helpRenderText(optionData[option.id].description, optionData[option.id].internal, 0, true, CONSOLE_WIDTH)));
|
||||
|
||||
// Ouput current and default values if they exist
|
||||
// Output current and default values if they exist
|
||||
const String *defaultValue = helpRenderValue(cfgOptionDefault(option.id), cfgParseOptionType(option.id));
|
||||
const String *value = NULL;
|
||||
|
||||
|
@ -177,7 +177,7 @@ sub run
|
||||
my $strVmTestPath = '/home/' . TEST_USER . "/test/${strImage}";
|
||||
my $strHostTestPath = "$self->{strTestPath}/${strImage}";
|
||||
|
||||
# Don't create the container if this is a dry run unless output from the VM is required. Ouput can be requested
|
||||
# Don't create the container if this is a dry run unless output from the VM is required. Output can be requested
|
||||
# to get more information about the specific tests that will be run.
|
||||
if (!$self->{bDryRun} || $self->{bVmOut})
|
||||
{
|
||||
|
@ -167,7 +167,7 @@ sub supplementalAdd
|
||||
close($hFile);
|
||||
}
|
||||
|
||||
# Only ouput when the content of this file has changed
|
||||
# Only output when the content of this file has changed
|
||||
if (!defined($hyExpectCache->{$strFileName}) || $hyExpectCache->{$strFileName} ne $strContent)
|
||||
{
|
||||
# $hyExpectCache->{$strFileName} = $strContent;
|
||||
|
Loading…
x
Reference in New Issue
Block a user