[
https://issues.apache.org/jira/browse/ZOOKEEPER-2801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16039503#comment-16039503
]
ASF GitHub Bot commented on ZOOKEEPER-2801:
-------------------------------------------
Github user afine commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/275#discussion_r120454824
--- Diff:
src/contrib/loggraph/web/org/apache/zookeeper/graph/resources/raphael.js ---
@@ -3018,9 +3018,9 @@ Raphael = (function () {
};
break;
case "path":
- var pathes = path2curve(from[attr], to[attr]);
- from[attr] = pathes[0];
- var toPath = pathes[1];
+ var paths = path2curve(from[attr], to[attr]);
--- End diff --
lets not make unnecessary code changes
> address spelling errors/typos
> -----------------------------
>
> Key: ZOOKEEPER-2801
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2801
> Project: ZooKeeper
> Issue Type: Improvement
> Affects Versions: 3.5.3
> Reporter: tony mancill
> Assignee: tony mancill
> Priority: Trivial
>
> This is a follow-on for ZOOKEEPER-2617 (for which I only supplied a patch for
> branch-3.4), that addresses minor typos in master. With a slight
> modification, the patch also applies against the branch-3.5 branch.
> If folks are curious, the typos are spotted with the "spellintian" shipped
> with Debian's lintian package.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)