Repository: incubator-distributedlog
Updated Branches:
  refs/heads/master 3bd162027 -> 5b55bee23


DL-146: fix Stream typo : initiaize -> initialize

Author: xieliang <xieliang...@gmail.com>

Reviewers: Sijie Guo <si...@apache.org>

Closes #79 from xieliang/DL-146


Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/5b55bee2
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/5b55bee2
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/5b55bee2

Branch: refs/heads/master
Commit: 5b55bee2320dfd484104f431d75a3d08ee745ca6
Parents: 3bd1620
Author: xieliang <xieliang...@gmail.com>
Authored: Wed Dec 21 00:08:35 2016 -0800
Committer: Sijie Guo <sij...@twitter.com>
Committed: Wed Dec 21 00:08:35 2016 -0800

----------------------------------------------------------------------
 .../java/com/twitter/distributedlog/service/stream/Stream.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/5b55bee2/distributedlog-service/src/main/java/com/twitter/distributedlog/service/stream/Stream.java
----------------------------------------------------------------------
diff --git 
a/distributedlog-service/src/main/java/com/twitter/distributedlog/service/stream/Stream.java
 
b/distributedlog-service/src/main/java/com/twitter/distributedlog/service/stream/Stream.java
index 03e3d41..a1e3e4f 100644
--- 
a/distributedlog-service/src/main/java/com/twitter/distributedlog/service/stream/Stream.java
+++ 
b/distributedlog-service/src/main/java/com/twitter/distributedlog/service/stream/Stream.java
@@ -65,7 +65,7 @@ public interface Stream {
 
     /**
      * Another initialize method (actually Thread.start). Should probably be
-     * moved to initiaize().
+     * moved to initialize().
      */
     void start();
 

Reply via email to