Skip to content

Commit

Permalink
Correct the nobody name (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrafter authored Feb 10, 2024
1 parent faa05a5 commit 737ec2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdfwriter/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import AppKit
import Darwin

var outDir = "/var/spool/pdfwriter/"
var nobodyName = "anonaymous users"
var nobodyName = "anonymous users"
var folderIconPath = "/Library/Printers/RWTS/PDFwriter/PDFfolder.png"

func exit(_ code: cups_backend_t) -> Never { exit(Int32(code.rawValue)) }
Expand Down

0 comments on commit 737ec2e

Please sign in to comment.