1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:07:34 +00:00

Everywhere: Fix a bunch of typos

This commit is contained in:
Linus Groh 2021-05-17 17:48:55 +01:00
parent bebbeda726
commit 0aab774343
14 changed files with 21 additions and 21 deletions

View file

@ -11,7 +11,7 @@ $ rev [files...]
## Description
`rev` reads the specified files line by line, and prints them to standard
output with each line being reversed characterwise. If no files are specifed,
output with each line being reversed characterwise. If no files are specified,
then `rev` will read from standard input.
## Examples