diff --git a/src/command/help/help.c b/src/command/help/help.c index 746e0a6ad..f31e7476f 100644 --- a/src/command/help/help.c +++ b/src/command/help/help.c @@ -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; diff --git a/test/lib/pgBackRestTest/Common/JobTest.pm b/test/lib/pgBackRestTest/Common/JobTest.pm index e01006622..e857d4edd 100644 --- a/test/lib/pgBackRestTest/Common/JobTest.pm +++ b/test/lib/pgBackRestTest/Common/JobTest.pm @@ -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}) { diff --git a/test/lib/pgBackRestTest/Common/LogTest.pm b/test/lib/pgBackRestTest/Common/LogTest.pm index d10efb63b..5b424fdb1 100644 --- a/test/lib/pgBackRestTest/Common/LogTest.pm +++ b/test/lib/pgBackRestTest/Common/LogTest.pm @@ -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;