We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4caac commit 1f333f3Copy full SHA for 1f333f3
proc/common/src/main/java/org/neo4j/graphalgo/BaseProc.java
@@ -147,7 +147,7 @@ protected boolean isGdsAdmin() {
147
// Only GDS-EE knows the concept of GDS Admins
148
return false;
149
}
150
- // only users wit te admin role are GDS admins
+ // only users with the admin role are GDS admins
151
return transaction.securityContext().roles().contains(PREDEFINED_ADMIN_ROLE);
152
153
0 commit comments