Skip to content

Commit

Permalink
cups-browsed: Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkamppeter committed Mar 11, 2019
1 parent 0af3245 commit c5bd8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/cups-browsed.c
Original file line number Diff line number Diff line change
Expand Up @@ -3452,7 +3452,7 @@ on_printer_state_changed (CupsNotifier *object,
ippDelete(response);
}
if (job_id == 0)
debug_printf("ERROR: could not determine ID of curremt job on %s\n",
debug_printf("ERROR: could not determine ID of current job on %s\n",
printer);

/* Write the selected destination host into an option of our implicit
Expand Down

0 comments on commit c5bd8a4

Please sign in to comment.