You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by "Tobias Frost (JIRA)" <lo...@logging.apache.org> on 2016/10/23 11:07:58 UTC

[jira] [Created] (LOGCXX-484) Spelling error s/excute/execute

Tobias Frost created LOGCXX-484:
-----------------------------------

             Summary: Spelling error s/excute/execute
                 Key: LOGCXX-484
                 URL: https://issues.apache.org/jira/browse/LOGCXX-484
             Project: Log4cxx
          Issue Type: Bug
          Components: Appender
            Reporter: Tobias Frost
            Priority: Minor


Spelling error in src/main/cpp/odbcappender.cpp

Patch:
Description: Patch for fixing spelling errors in the binary
 - s/excute/execute
Author: Tobias Frost <to...@debian.org>
Last-Update: 2016-10-23
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/main/cpp/odbcappender.cpp
+++ b/src/main/cpp/odbcappender.cpp
@@ -306,7 +306,7 @@
       }
       catch (SQLException& e)
       {
-         errorHandler->error(LOG4CXX_STR("Failed to excute sql"), e,
+         errorHandler->error(LOG4CXX_STR("Failed to execute sql"), e,
             ErrorCode::FLUSH_FAILURE);
       }
    }




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)