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 <t...@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)