[
https://issues.apache.org/jira/browse/LOGCXX-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thorsten Schöning resolved LOGCXX-484.
--------------------------------------
Resolution: Fixed
Fix Version/s: 0.11.0
Fixed, thanks for reporting.
> 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
> Assignee: Thorsten Schöning
> Priority: Minor
> Fix For: 0.11.0
>
> Attachments: 190-spelling-errors.patch
>
>
> Spelling error in src/main/cpp/odbcappender.cpp
> Patch:
> Description: Patch for fixing spelling errors in the binary
> - s/excute/execute
> Author: Tobias Frost <[email protected]>
> 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)