From: Michael R Sweet Date: Thu, 14 Dec 2017 13:25:47 +0000 (-0500) Subject: Fix typo (Issue #5190) X-Git-Tag: v2.3b1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e4593c0be9cc615a6c585c8a17deb6f45097316;p=thirdparty%2Fcups.git Fix typo (Issue #5190) --- diff --git a/scheduler/ipp.c b/scheduler/ipp.c index 4f8d13b6c9..38afa5f45f 100644 --- a/scheduler/ipp.c +++ b/scheduler/ipp.c @@ -1625,7 +1625,7 @@ add_job(cupsd_client_t *con, /* I - Client connection */ /* Don't use invalid attribute */ ippDeleteAttribute(con->request, attr); - attr = ippAddString(con->request, IPP_TAG_JOB, IPP_TAG_NAME, "reqeusting-user-name", NULL, "anonymous"); + attr = ippAddString(con->request, IPP_TAG_JOB, IPP_TAG_NAME, "requesting-user-name", NULL, "anonymous"); } if ((job = cupsdAddJob(priority, printer->name)) == NULL)