From 03af8c2af9f79b60d0edaa06f807e0f79f407797 Mon Sep 17 00:00:00 2001 From: jimtng <2554958+jimtng@users.noreply.github.com> Date: Tue, 20 Feb 2024 20:58:06 +1000 Subject: [PATCH] [ipp] Fix minor typos in README (#16430) * [ipp] Fix minor typos in README Signed-off-by: Jimmy Tanagra --- bundles/org.openhab.binding.ipp/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bundles/org.openhab.binding.ipp/README.md b/bundles/org.openhab.binding.ipp/README.md index 5b0ff8ed4d..0b07a15c17 100644 --- a/bundles/org.openhab.binding.ipp/README.md +++ b/bundles/org.openhab.binding.ipp/README.md @@ -7,7 +7,8 @@ The main purpose is to check if there are waiting print jobs on a printer, which The binding has been tested against a CUPS Server (which implements the Internet Printing Protocol). So all printers in a CUPS envorinment should work fine. Many network printers also use IPP, -but there are many differencies on which parts of IPP are supported, is is not guaranteed, that every printer will work. +but there are many differences on which parts of IPP are supported. +It is not guaranteed that every printer will work. ## Discovery @@ -19,10 +20,10 @@ usable by the binding. ## Channels | Channel Type ID | Item Type | Description | -|-----------------|-----------|-----------------------------------------------| +| --------------- | --------- | --------------------------------------------- | | jobs | Number | Total number of print jobs on the printer | | waitingJobs | Number | Number of waiting print jobs on the printer | | doneJobs | Number | Number of completed print jobs on the printer | - -- 2.47.3