X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=scheduler%2Futil.c;h=ac078bd9c2184ccfb8a881dc9fcc8db2920d7349;hp=5e67d8028122a1fc6c442be8f342b9bd3e3e3e29;hb=8072030b3c862315c367c73663b27f0427325919;hpb=9e5e2ceff5ff91a95f2c62057f4bcb2efb97cbdf diff --git a/scheduler/util.c b/scheduler/util.c index 5e67d8028..ac078bd9c 100644 --- a/scheduler/util.c +++ b/scheduler/util.c @@ -156,7 +156,7 @@ cupsdCreateStringsArray(const char *s) /* I - Comma-delimited strings */ /* * 'cupsdExec()' - Run a program with the correct environment. * - * On OS X, we need to update the CFProcessPath environment variable that + * On macOS, we need to update the CFProcessPath environment variable that * is passed in the environment so the child can access its bundled resources. */ @@ -173,7 +173,7 @@ cupsdExec(const char *command, /* I - Full path to program */ /* - * Some OS X programs are bundled and need the CFProcessPath environment + * Some macOS programs are bundled and need the CFProcessPath environment * variable defined. If the command is a symlink, resolve the link and point * to the resolved location, otherwise, use the command path itself. */