You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2018/07/30 16:18:56 UTC

[GitHub] kramasamy closed pull request #2971: Fixed Spelling.

kramasamy closed pull request #2971: Fixed Spelling.
URL: https://github.com/apache/incubator-heron/pull/2971
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/heron/tmaster/tests/cpp/server/stateful_restorer_unittest.cpp b/heron/tmaster/tests/cpp/server/stateful_restorer_unittest.cpp
index 92f304ebd4..cc4b3b8bd7 100644
--- a/heron/tmaster/tests/cpp/server/stateful_restorer_unittest.cpp
+++ b/heron/tmaster/tests/cpp/server/stateful_restorer_unittest.cpp
@@ -373,7 +373,7 @@ TEST(StatefulRestorer, test_restore_send) {
   // Start the stmgr
   StartStMgrs(common);
 
-  // Wait untill all stmgrs registered
+  // Wait until all stmgrs registered
   while (common.tmaster_->stmgrs().size() != common.num_stmgrs_) sleep(1);
 
   // Make sure that stmgrs have not gotten any restore message


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services