From 8ee85bc605da4aff5069bd1b965bbb585d9fe851 Mon Sep 17 00:00:00 2001 From: David Steele Date: Wed, 11 May 2022 08:46:23 -0400 Subject: [PATCH] Fix "that that" typos. --- doc/xml/release.xml | 2 +- src/common/log.h | 4 ++-- test/lib/pgBackRestTest/Common/Storage.pm | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/xml/release.xml b/doc/xml/release.xml index 3f37d2db3..da4f79979 100644 --- a/doc/xml/release.xml +++ b/doc/xml/release.xml @@ -11006,7 +11006,7 @@ -

The archive-get command now returns a 1 when the archive file is missing to differentiate from hard errors (ssh connection failure, file copy error, etc.) This lets know that that the archive stream has terminated normally. However, this does not take into account possible holes in the archive stream.

+

The archive-get command now returns a 1 when the archive file is missing to differentiate from hard errors (ssh connection failure, file copy error, etc.) This lets know that the archive stream has terminated normally. However, this does not take into account possible holes in the archive stream.

diff --git a/src/common/log.h b/src/common/log.h index 5f2621385..97731db6a 100644 --- a/src/common/log.h +++ b/src/common/log.h @@ -46,8 +46,8 @@ Macros Macros only call logInternal()/logInternalFmt() if the message will be logged to one of the available outputs. Also simplify each call site by supplying commonly-used values. -Note that it's possible that that not all the macros below will appear in the code. In particular the ERROR and ASSERT macros -should not be used directly. They are included for completeness and future usage. +Note that it's possible that not all the macros below will appear in the code. In particular the ERROR and ASSERT macros should not +be used directly. They are included for completeness and future usage. ***********************************************************************************************************************************/ // Define a macro to test logAny() that can be removed when performing coverage testing. Checking logAny() saves a function call // for logging calls that won't be output anywhere, but since the macro contains a branch it causes coverage problems. diff --git a/test/lib/pgBackRestTest/Common/Storage.pm b/test/lib/pgBackRestTest/Common/Storage.pm index 65e620fa9..1d23fa13c 100644 --- a/test/lib/pgBackRestTest/Common/Storage.pm +++ b/test/lib/pgBackRestTest/Common/Storage.pm @@ -644,7 +644,7 @@ sub pathGet my ( $strOperation, - $strPathExp, # File that that needs to be translated to a path + $strPathExp, # File that needs to be translated to a path $bTemp, # Return the temp file name ) = logDebugParam