[
https://issues.apache.org/jira/browse/OOZIE-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15906994#comment-15906994
]
Grant Sohn commented on OOZIE-2820:
-----------------------------------
Lazlo,
Thanks for contributing your changes! However, there is a slight problem with
fixing all spelling typos in one patch which is this will be difficult to
backport since all the changes to all these files will be tied together. For
that reason, I've limited my changes and JIRAs to user-facing typos (CLI usage,
logging, exception messages: like OOZIE-2740 for example). That said, you
could definitely use this approach for the docs since non-code changes wouldn't
suffer from this backporting-to-release-branches issue.
You can refer to
https://cwiki.apache.org/confluence/display/OOZIE/How+To+Contribute on how to
create and submit patches.
Thanks,
Grant
> 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)