Skip to content

Commit

Permalink
Spelling [sued] -> [used]
Browse files Browse the repository at this point in the history
  • Loading branch information
Astn committed Nov 13, 2015
1 parent 89c0a2b commit 21eb7dd
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 21eb7dd

Please sign in to comment.