about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2021-05-20 22:04:08 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2021-05-20 22:04:08 +0200
commite33ab273bdec3006fb9f6b93b8c7bea47a7a02c3 (patch)
tree34b770d6f1c85bfc0655ebed8bc59e4652541701 /README.md
parent61647c1afd4dedd200a67f99cee58ba76a90470f (diff)
README.md: Fix typo adapted → adopted
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 98a899d..e6fe941 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ emulator doesn't support visual editors?
 relies on TUIs to be used over PTYs and SSH on remote machines. This is
 mostly also an inherit flaw of Unix as it hasn't been designed with
 networking and GUIs in mind. Plan 9 solves this problem through 9P file
-servers, but unfortunately it has not been widely adapted and we are
+servers, but unfortunately it has not been widely adopted and we are
 stuck with Unix. In the Unix world potential solutions include
 CLI-based editors (e.g. [ed][wikipedia ed]) or network protocols
 tunneled over SSH connections (e.g.  [Emacs Tramp Mode][emacs tramp mode]).