Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[STORM-2894] fix some random typos #2512

Merged
merged 2 commits into from
Jan 15, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public void getOffsetFromConfigAndDontForceFromStart() {
}

@Test
public void getOffsetFromConfigAndFroceFromStart() {
public void getOffsetFromConfigAndForceFromStart() {
config.ignoreZkOffsets = true;
config.startOffsetTime = OffsetRequest.EarliestTime();
createTopicAndSendMessage();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
/**
* Sanity checks to make sure we can at least invoke the shells used.
*/
public class MultilangEnvirontmentTest {
private static final Logger LOG = LoggerFactory.getLogger(MultilangEnvirontmentTest.class);
public class MultilangEnvironmentTest {
private static final Logger LOG = LoggerFactory.getLogger(MultilangEnvironmentTest.class);

@Test
public void testInvokePython() throws Exception {
Expand Down