1
0
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:
Cynthia Shang 2021-04-28 10:58:45 -04:00 committed by David Steele
parent 066fbcf268
commit c3b15fc3bd
3 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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})
{

View File

@ -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;