summaryrefslogtreecommitdiffstats
path: root/src/notify
diff options
context:
space:
mode:
Diffstat (limited to 'src/notify')
-rw-r--r--src/notify/notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notify/notify.c b/src/notify/notify.c
index 0b518e1604..750529bbbd 100644
--- a/src/notify/notify.c
+++ b/src/notify/notify.c
@@ -193,7 +193,7 @@ static int run(int argc, char* argv[]) {
if (!n)
return log_oom();
- /* If this is requested change to the requested UID/GID. Note thta we only change the real UID here, and leave
+ /* If this is requested change to the requested UID/GID. Note that we only change the real UID here, and leave
the effective UID in effect (which is 0 for this to work). That's because we want the privileges to fake the
ucred data, and sd_pid_notify() uses the real UID for filling in ucred. */