You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ji...@apache.org on 2016/02/22 18:33:27 UTC

[1/2] incubator-geode git commit: Fix typos in gfsh help. [fixes #114105869]. [fixes Geode-984]

Repository: incubator-geode
Updated Branches:
  refs/heads/develop 1e3f89ddc -> 31a69e42f


Fix typos in gfsh help. [fixes #114105869]. [fixes Geode-984]


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/6891f5b2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/6891f5b2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/6891f5b2

Branch: refs/heads/develop
Commit: 6891f5b2a1ab05d589dbacd923b3afa08290517d
Parents: ab9cedf
Author: Dave Barnes <db...@pivotal.io>
Authored: Fri Feb 19 10:05:13 2016 -0800
Committer: Dave Barnes <db...@pivotal.io>
Committed: Fri Feb 19 10:05:13 2016 -0800

----------------------------------------------------------------------
 .../gemfire/management/internal/cli/i18n/CliStrings.java     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6891f5b2/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/i18n/CliStrings.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/i18n/CliStrings.java b/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/i18n/CliStrings.java
index 3133aa0..9bb573b 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/i18n/CliStrings.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/i18n/CliStrings.java
@@ -108,7 +108,7 @@ public class CliStrings {
   public static final String TOPIC_GFSH__DESC = "The GemFire SHell";
   public static final String TOPIC_SHARED_CONFIGURATION = "Cluster Configuration";
   public static final String TOPIC_SHARED_CONFIGURATION_HELP = "Configuration for cluster and various groups. It consists of cache.xml, gemfire properties and deployed jars.\nChanges due to gfshs command are persisted to the locator hosting the cluster configuration service.";
-  public static final String TOPIC_CHANGELOGLEVEL = "User can change the log-level for a  memeber run time and generate log contents as per the need";
+  public static final String TOPIC_CHANGELOGLEVEL = "User can change the log-level for a  member run time and generate log contents as per the need";
 
   /*-*************************************************************************
    * ********* String Constants other than command name, options & help ******
@@ -1028,7 +1028,7 @@ public class CliStrings {
   public static final String HINT__MSG__SHELL_NOT_INITIALIZED = "Shell is not initialized properly. Please restart the shell. Check gfsh-<timestamp>.log for errors.";
   public static final String HINT__MSG__UNKNOWN_TOPIC = "Unknown topic: {0}. Use " + HINT
       + "; to view the list of available topics.";
-  public static final String HINT__MSG__TOPICS_AVAILABLE = "Hints are availbale for following topics. Use \"" + HINT
+  public static final String HINT__MSG__TOPICS_AVAILABLE = "Hints are available for the following topics. Use \"" + HINT
       + " <topic-name>\" for a specific hint.";
 
   /* history command */
@@ -1072,7 +1072,7 @@ public class CliStrings {
   public static final String TOPIC_LIST = "Display list of connected clients";
   public static final String LIST_CLIENT_COULD_NOT_RETRIEVE_CLIENT_LIST_0 = "Could not retrieve list of clients. Reason : {0}";
   public static final String LIST_CLIENT_COULD_NOT_RETRIEVE_SERVER_LIST = "No cache-servers were observed.";
-  public static final String LIST_COULD_NOT_RETRIEVE_CLIENT_LIST = "No clients were retrived for cache-servers.";
+  public static final String LIST_COULD_NOT_RETRIEVE_CLIENT_LIST = "No clients were retrieved for cache-servers.";
   public static final String LIST_CLIENT_COLUMN_SERVERS = "Server Name / ID";
   public static final String LIST_CLIENT_COLUMN_Clients = "Client Name / ID";
   
@@ -2063,7 +2063,7 @@ public class CliStrings {
 
   //Close Durable CQ's
   public static final String CLOSE_DURABLE_CQS = "close durable-cq";
-  public static final String CLOSE_DURABLE_CQS__HELP = "Closes the durable cq registered by the durable client and drain events held for the durable cq from the subscription queue.";
+  public static final String CLOSE_DURABLE_CQS__HELP = "Closes the durable cq registered by the durable client and drains events held for the durable cq from the subscription queue.";
   public static final String CLOSE_DURABLE_CQS__NAME = "durable-cq-name";
   public static final String CLOSE_DURABLE_CQS__NAME__HELP = "Name of the cq to be closed.";
   public static final String CLOSE_DURABLE_CQS__DURABLE__CLIENT__ID = "durable-client-id";


[2/2] incubator-geode git commit: This closes #99

Posted by ji...@apache.org.
This closes #99


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/31a69e42
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/31a69e42
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/31a69e42

Branch: refs/heads/develop
Commit: 31a69e42f0f3f2172847d8a75684e7179e42337e
Parents: 1e3f89d 6891f5b
Author: Jinmei Liao <ji...@pivotal.io>
Authored: Mon Feb 22 09:32:52 2016 -0800
Committer: Jinmei Liao <ji...@pivotal.io>
Committed: Mon Feb 22 09:32:52 2016 -0800

----------------------------------------------------------------------
 .../gemfire/management/internal/cli/i18n/CliStrings.java     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------