You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rm...@apache.org on 2022/12/20 02:27:53 UTC

[logging-log4cxx] branch next_stable updated: Fix typo

This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a commit to branch next_stable
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git


The following commit(s) were added to refs/heads/next_stable by this push:
     new bb5df0e9 Fix typo
bb5df0e9 is described below

commit bb5df0e990e3fd76eaa573447e813233a80eedd7
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Mon Dec 19 21:27:45 2022 -0500

    Fix typo
---
 src/main/include/log4cxx/rolling/gzcompressaction.h  | 2 +-
 src/main/include/log4cxx/rolling/zipcompressaction.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/include/log4cxx/rolling/gzcompressaction.h b/src/main/include/log4cxx/rolling/gzcompressaction.h
index f014003a..ec3d7a15 100644
--- a/src/main/include/log4cxx/rolling/gzcompressaction.h
+++ b/src/main/include/log4cxx/rolling/gzcompressaction.h
@@ -56,7 +56,7 @@ class GZCompressAction : public Action
 		 * Set to true to throw an IOException on a fork failure.  By default, this
 		 * is true.  When an IOException is thrown, this will automatically cause the
 		 * error handler to be called(which is the recommended way of handling this
-		 * problem).  By setting this to true, the GZCompressAction effectively
+		 * problem).  By setting this to false, the GZCompressAction effectively
 		 * turns into a FileRenameAction if any errors are encountered.
 		 *
 		 * @param throwIO
diff --git a/src/main/include/log4cxx/rolling/zipcompressaction.h b/src/main/include/log4cxx/rolling/zipcompressaction.h
index 563f4ea5..f3b08317 100644
--- a/src/main/include/log4cxx/rolling/zipcompressaction.h
+++ b/src/main/include/log4cxx/rolling/zipcompressaction.h
@@ -55,7 +55,7 @@ class ZipCompressAction : public Action
 		 * Set to true to throw an IOException on a fork failure.  By default, this
 		 * is true.  When an IOException is thrown, this will automatically cause the
 		 * error handler to be called(which is the recommended way of handling this
-		 * problem).  By setting this to true, the ZipCompressAction effectively
+		 * problem).  By setting this to false, the ZipCompressAction effectively
 		 * turns into a FileRenameAction if any errors are encountered.
 		 *
 		 * @param throwIO