From efda48e265c5dcd7595c4e458c8c0949fb1d0d9f Mon Sep 17 00:00:00 2001 From: James Mills Date: Thu, 30 Apr 2020 13:54:33 +0100 Subject: [PATCH] Correct typo --- swaybar/swaybar-protocol.7.scd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swaybar/swaybar-protocol.7.scd b/swaybar/swaybar-protocol.7.scd index 379aafe37..3f6a712c1 100644 --- a/swaybar/swaybar-protocol.7.scd +++ b/swaybar/swaybar-protocol.7.scd @@ -8,7 +8,7 @@ swaybar-protocol - JSON status line protocol for swaybar swaybar defines the following JSON protocol to specify what information is displayed in the status line on the right side of swaybar. The protocol -compromises a header, that is a JSON object, followed by an infinite JSON +comprises a header, that is a JSON object, followed by an infinite JSON array that represents the information to display. All communication is done by writing the status line to standard output and reading events from standard input.