Merge remote-tracking branch 'capisce/spellingfix'

This commit is contained in:
Maxime Coste 2018-05-17 23:16:10 +10:00
commit 578e4c4aaa
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ interact with these tools.
For example, sorting lines should be done using the Unix sort command, not
with an internal implementation. Kakoune should make it easy to do that,
hence the +|+ command for pipping selected text through a filter.
hence the +|+ command for piping selected text through a filter.
The modern Unix environment is not limited to text filters, most people use
a graphical interface nowadays, and Kakoune should be able to take advantage

View File

@ -27,7 +27,7 @@ A specific *\*debug*\* buffer is used by Kakoune to write errors or
warnings. This is also where the ouput of the `:debug` and the `:echo
-debug` commands will land.
A scratch buffer can be created by passing the `-debug` switch to the
A debug buffer can be created by passing the `-debug` switch to the
`:edit` command.
== FIFO Buffers