diff options
Diffstat (limited to 'src/basic/audit-util.c')
-rw-r--r-- | src/basic/audit-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/audit-util.c b/src/basic/audit-util.c index 5cbaef3eba..6eb224b2c8 100644 --- a/src/basic/audit-util.c +++ b/src/basic/audit-util.c @@ -23,7 +23,7 @@ int audit_session_from_pid(pid_t pid, uint32_t *id) { assert(id); /* We don't convert ENOENT to ESRCH here, since we can't - * really distuingish between "audit is not available in the + * really distinguish between "audit is not available in the * kernel" and "the process does not exist", both which will * result in ENOENT. */ |