Skip to content

Commit 2ffd0cc

Browse files
committed
fix spell
1 parent 70624d9 commit 2ffd0cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/security/TreeAccessCheckVisitor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2004,7 +2004,7 @@ protected TSStatus checkPermissionsWithGrantOption(
20042004
false,
20052005
"Has no permission to execute "
20062006
+ privilegeType
2007-
+ ", please ensure you have these privileges and the grant option is TRUE when granted)");
2007+
+ ", please ensure you have these privileges and the grant option is TRUE when granted");
20082008
break;
20092009
}
20102010
} else if (privilegeType.isPathPrivilege()) {
@@ -2015,7 +2015,7 @@ protected TSStatus checkPermissionsWithGrantOption(
20152015
false,
20162016
"Has no permission to execute "
20172017
+ privilegeType
2018-
+ ", please ensure you have these privileges and the grant option is TRUE when granted)");
2018+
+ ", please ensure you have these privileges and the grant option is TRUE when granted");
20192019
break;
20202020
}
20212021
} else {

0 commit comments

Comments
 (0)