Skip to content

Commit 1f333f3

Browse files
knutwalkerMats-SX
authored andcommitted
Add some 'h' to the comment
Co-Authored-By: Mats Rydberg <[email protected]>
1 parent 8b4caac commit 1f333f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proc/common/src/main/java/org/neo4j/graphalgo/BaseProc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ protected boolean isGdsAdmin() {
147147
// Only GDS-EE knows the concept of GDS Admins
148148
return false;
149149
}
150-
// only users wit te admin role are GDS admins
150+
// only users with the admin role are GDS admins
151151
return transaction.securityContext().roles().contains(PREDEFINED_ADMIN_ROLE);
152152
}
153153

0 commit comments

Comments
 (0)