From: Zbigniew Jędrzejewski-Szmek Date: Fri, 1 Dec 2017 17:53:24 +0000 (+0100) Subject: Fix typo X-Git-Tag: v236~54^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c987fefc43f826d1e480dc5772ce66533726e3a0;p=thirdparty%2Fsystemd.git Fix typo --- diff --git a/src/shared/specifier.c b/src/shared/specifier.c index 9034cc20d72..6839d1892da 100644 --- a/src/shared/specifier.c +++ b/src/shared/specifier.c @@ -207,7 +207,7 @@ int specifier_user_name(char specifier, void *data, void *userdata, char **ret) /* If we are UID 0 (root), this will not result in NSS, otherwise it might. This is good, as we want to be able * to run this in PID 1, where our user ID is 0, but where NSS lookups are not allowed. - * We don't user getusername_malloc() here, because we don't want to look at $USER, to remain consistent with + * We don't use getusername_malloc() here, because we don't want to look at $USER, to remain consistent with * specifer_user_id() below. */