fixing typing issues in comments

Project: http://git-wip-us.apache.org/repos/asf/gora/repo
Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/0b0b54be
Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/0b0b54be
Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/0b0b54be

Branch: refs/heads/master
Commit: 0b0b54be419fd8ad03ce0b09642f06985513860b
Parents: 2f065e8
Author: Kevin <djkevi...@yahoo.com>
Authored: Mon Aug 15 13:51:48 2016 +0530
Committer: Kevin <djkevi...@yahoo.com>
Committed: Mon Aug 15 13:51:48 2016 +0530

----------------------------------------------------------------------
 .../java/org/apache/gora/tutorial/log/DistributedLogManager.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/gora/blob/0b0b54be/gora-tutorial/src/main/java/org/apache/gora/tutorial/log/DistributedLogManager.java
----------------------------------------------------------------------
diff --git 
a/gora-tutorial/src/main/java/org/apache/gora/tutorial/log/DistributedLogManager.java
 
b/gora-tutorial/src/main/java/org/apache/gora/tutorial/log/DistributedLogManager.java
index 0f3be5c..87c9e8d 100644
--- 
a/gora-tutorial/src/main/java/org/apache/gora/tutorial/log/DistributedLogManager.java
+++ 
b/gora-tutorial/src/main/java/org/apache/gora/tutorial/log/DistributedLogManager.java
@@ -143,8 +143,8 @@ import java.util.StringTokenizer;
  *      <br><b>INFO 17:13:22,652 Direct Backend took 1973 ms</b>
  *      <br><b>INFO 17:18:49,252 Via Cache took 1923 ms</b>
  * <p>
- *  (f) For standalone/single node DistributedLogManager usage, Start the 
DistributedLogManager in SERVER mode.
- *      Follow the the commands over the command line console of SERVER 
instance.
+ *  (f) For standalone/single node DistributedLogManager usage, start the 
DistributedLogManager in SERVER mode.
+ *      Follow the same commands as above over the command line console of 
SERVER instance.
  * <p>
  * In the data model, keys are the line numbers in the log file,
  * and the values are Pageview objects, generated from

Reply via email to