TINKERPOP-1644 Fixed spelling errors

Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/85c53305
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/85c53305
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/85c53305

Branch: refs/heads/TINKERPOP-1642
Commit: 85c53305f83b9915538289bcb7de596620b76d6c
Parents: 33db1a3
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Tue Mar 14 12:30:14 2017 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Tue Mar 14 12:30:14 2017 -0400

----------------------------------------------------------------------
 docs/src/reference/gremlin-applications.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/85c53305/docs/src/reference/gremlin-applications.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/gremlin-applications.asciidoc 
b/docs/src/reference/gremlin-applications.asciidoc
index 37244e0..884ce04 100644
--- a/docs/src/reference/gremlin-applications.asciidoc
+++ b/docs/src/reference/gremlin-applications.asciidoc
@@ -1560,10 +1560,10 @@ and standard deviation evaluation times, as well as the 
75th, 95th, 98th, 99th a
 * `op.traversal` - the number of `Traveral` executions, mean rate, 1, 5, and 
15 minute rates, minimum, maximum, median,
 mean, and standard deviation evaluation times, as well as the 75th, 95th, 
98th, 99th and 99.9th percentile evaluation
 times.
-* `engine-name.session.session-id.*` - metrics related to different 
`GremlinScriptEngine` instanc configured for
+* `engine-name.session.session-id.*` - metrics related to different 
`GremlinScriptEngine` instances configured for
 session-based requests where "engine-name" will be the actual name of the 
engine, such as "gremlin-groovy" and
 "session-id" will be the identifier for the session itself.
-* `engine-name.sessionless.*` - metrics related to different 
`GremlinScriptEngine` instanc configured for sessionless
+* `engine-name.sessionless.*` - metrics related to different 
`GremlinScriptEngine` instances configured for sessionless
 requests where "engine-name" will be the actual name of the engine, such as 
"gremlin-groovy".
 
 Best Practices

Reply via email to