Skip to content

Commit e44e982

Browse files
Fixed a typo.
1 parent 513e0bb commit e44e982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/src/queries/security/cwe-732/WeakFilePermissions.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ string access(int p) {
3030
p.bitAnd(4) != 0 and result = "readable"
3131
}
3232

33-
/** An expression specifing a file permission that allows group/others read or write access */
33+
/** An expression specifying a file permission that allows group/others read or write access */
3434
class PermissivePermissionsExpr extends Expr {
3535
// TODO: non-literal expressions?
3636
PermissivePermissionsExpr() {

0 commit comments

Comments
 (0)