GitHub user erikdw opened a pull request:
https://github.com/apache/storm/pull/2512
[STORM-2894] fix some random typos
* MultilangEnvirontmentTest
* There is no "t" between n and m in Environment.
* getOffsetFromConfigAndFroceFromStart
* The r and o are transposed in Force.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/erikdw/storm STORM-2894
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2512.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2512
----
commit 7b849e20704fe6d51c01fd543fdf78f1989e04b4
Author: Erik Weathers <erikdw@...>
Date: 2018-01-10T08:08:24Z
[STORM-2894] rename MultilangEnvirontmentTest.java to
MultilangEnvironmentTest.java
commit 515b6492d2bc185f4454975d12edf6fe7fe14d22
Author: Erik Weathers <erikdw@...>
Date: 2018-01-10T08:09:00Z
[STORM-2894] complete rename of MultilangEnvirontmentTest to
MultilangEnvironmentTest, and fix typo of Force as Froce
----
---