From 6f5a52de160fe801434b7692c1bea6c40b38a8a9 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 29 Dec 2020 06:38:10 +1100 Subject: [PATCH] docs: fix simple typo, serveral -> several There is a small typo in README.rst. Should read `several` rather than `serveral`. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7d71bd3..bfa8811 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ What does it do? A terminal multiplexer makes it possible to run multiple applications in the same terminal. It does this by emulating a vt100 terminal for each application. -There are serveral programs doing this. The most famous are `GNU Screen +There are several programs doing this. The most famous are `GNU Screen `_ and `tmux `_. Pymux is written entirely in Python. It doesn't need any C extension. It runs