From 528615a9d77eeaec508ded0d2b74ce27ac16a41b Mon Sep 17 00:00:00 2001 From: Erwin Lejeune Date: Wed, 5 Aug 2020 15:32:03 +0200 Subject: [PATCH] correct typo in attribute consts --- constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.go b/constants.go index 3e2e7f7..46f43c3 100644 --- a/constants.go +++ b/constants.go @@ -325,7 +325,7 @@ const ( AttributePrinterInfo = "printer-info" AttributePrinterLocation = "printer-location" AttributePrinterName = "printer-name" - AttributePrinterStateReason = "printer-state-reason" + AttributePrinterStateReasons = "printer-state-reasons" AttributeJobPrinterURI = "job-printer-uri" AttributeMemberURIs = "member-uris" AttributeDocumentNumber = "document-number"