From cebe596d3517d22b6dff892769848d69ac66fc3f Mon Sep 17 00:00:00 2001 From: Yada Clintjens Date: Tue, 7 Nov 2023 17:18:20 +0100 Subject: [PATCH] Fix typos in documentation --- CHANGELOG.md | 2 +- src/ControlCodeParser.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3d521d..cad3052 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ ## 1.2.0 (2018-07-09) -* Feature: Forward compatiblity with EventLoop v0.5 and upcoming v1.0. +* Feature: Forward compatibility with EventLoop v0.5 and upcoming v1.0. (#28 by @clue) * Improve test suite by updating Travis config to test against legacy PHP 5.3 through PHP 7.2. diff --git a/src/ControlCodeParser.php b/src/ControlCodeParser.php index abbe400..3abfca0 100644 --- a/src/ControlCodeParser.php +++ b/src/ControlCodeParser.php @@ -31,7 +31,7 @@ class ControlCodeParser extends EventEmitter implements ReadableStreamInterface * C1 types in 8 bit are currently not supported, as they require special * care with regards to whether UTF-8 mode is enabled. So far this has * turned out to be a non-issue because most terminal emulators *accept* - * boths formats, but usually *send* in 7 bit mode exclusively. + * both formats, but usually *send* in 7 bit mode exclusively. */ private $types = array( '[' => 'csi',