Skip to content

Commit 0a14332

Browse files
committed
Fix typo.
1 parent 46d3845 commit 0a14332

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

graphdb/src/main/java/com/orientechnologies/orient/graph/sql/OGraphCommandExecutorSQLFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public OCommandExecutorSQLAbstract createCommand(final String name) throws OComm
129129
final Class<? extends OCommandExecutorSQLAbstract> clazz = COMMANDS.get(name);
130130

131131
if (clazz == null) {
132-
throw new OCommandExecutionException("Unknowned command name :" + name);
132+
throw new OCommandExecutionException("Unknown command name :" + name);
133133
}
134134

135135
try {

0 commit comments

Comments
 (0)