Skip to content

Commit

Permalink
Fix typo 'nonexistent'
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHabets committed May 7, 2024
1 parent 69fbb78 commit bbfa19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS($1), 0);

CHECK_SECCOMP_SYSCALL([fstat]);
CHECK_SECCOMP_SYSCALL([statx]);
CHECK_SECCOMP_SYSCALL([nonexistant]);
CHECK_SECCOMP_SYSCALL([nonexistent]);

AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([src/Makefile])
Expand Down

0 comments on commit bbfa19a

Please sign in to comment.