Skip to content

Commit

Permalink
Merge pull request thinkaurelius#1184 from Astn/Astn-Docs-Spelling-su…
Browse files Browse the repository at this point in the history
…ed->used

Spelling [sued] -> [used]
  • Loading branch information
spmallette committed Dec 2, 2015
2 parents 2df21d5 + 21eb7dd commit 084bb22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@ public boolean apply(@Nullable String s) {
"Gremlin configuration options");

public static final ConfigOption<String> GREMLIN_GRAPH = new ConfigOption<String>(GREMLIN_NS, "graph",
"The implementation of graph factory that will be sued by gremlin server", ConfigOption.Type.LOCAL, "com.thinkaurelius.titan.core.TitanFactory");
"The implementation of graph factory that will be used by gremlin server", ConfigOption.Type.LOCAL, "com.thinkaurelius.titan.core.TitanFactory");

// ################ Begin Class Definition #######################
// ###############################################################
Expand Down

0 comments on commit 084bb22

Please sign in to comment.