user-util: fix typo

Follow-up for b10fd796f5.
This commit is contained in:
Yu Watanabe
2025-11-13 13:34:06 +09:00
parent 5b3874929a
commit 4a028994df

View File

@@ -831,7 +831,7 @@ char* mangle_gecos(const char *d) {
char *mangled;
/* Makes sure the provided string becomes valid as a GEGOS field, by dropping bad chars. glibc's
* putwent() only changes \n and : to spaces. We do more: replace all CC too, and remove invalid
* putpwent() only changes \n and : to spaces. We do more: replace all CC too, and remove invalid
* UTF-8 */
mangled = strdup(d);