[
https://issues.apache.org/jira/browse/OOZIE-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15906604#comment-15906604
]
Laszlo Zeke commented on OOZIE-2820:
------------------------------------
Hi [~grant.sohn],
I'd like to submit a patch for this. I'm not sure how to proceed (don't see
where I can assign myself to this issue or submit the patch). As a matter of
fact this would be my first contribution to Oozie. Anyway, I uploaded the patch
in reviewboard, the link is here: [https://reviews.apache.org/r/57546/]
As for the issue itself I went through a little more than you listed. I mostly
fixed comments, log messages or local variable names and only those I was sure
that they are actual typos - there were a few debatable ones.
Still you should review it with care. Also I'm not sure if the log messages are
something that is being used/parsed by some other system out there.
The typos were found by Intellij Idea's Typo feature, I just went through most
source files I found. I did not touch test, examples, docs, which could be
interesting as well in the future.
Thanks,
Laszlo
> more spelling errors in exceptions and logging
> ----------------------------------------------
>
> Key: OOZIE-2820
> URL: https://issues.apache.org/jira/browse/OOZIE-2820
> Project: Oozie
> Issue Type: Bug
> Components: core
> Reporter: Grant Sohn
> Priority: Trivial
>
> core/src/main/java/org/apache/oozie/servlet/JVMInfo.java:
> sb.append(" Deamon
> Threads=").append(threadMXBean.getDaemonThreadCount());
> Deamon -> Daemon
> core/src/main/java/org/apache/oozie/util/db/SqlStatement.java:
> throw new RuntimeException("Need atleast 1 Table !!");
> core/src/main/java/org/apache/oozie/util/db/SqlStatement.java:
> throw new RuntimeException("Need atleast 1 Column !!");
> atleast -> at least
> core/src/main/java/org/apache/oozie/coord/CoordELFunctions.java
> INSTACE -> INSTANCE
> core/src/main/java/org/apache/oozie/action/ssh/SshActionExecutor.java
> UNKOWN_ERROR -> UNKNOWN_ERROR
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)