summaryrefslogtreecommitdiff
path: root/Base/usr
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-05-17 17:48:55 +0100
committerLinus Groh <mail@linusgroh.de>2021-05-17 17:48:55 +0100
commit0aab7743436424170d3d3d421e85e7f066d351e9 (patch)
treefc6bbe146b92a0194978d5cb25095a6018dd660a /Base/usr
parentbebbeda7262d9139ac249387672e567fe3d3791f (diff)
downloadserenity-0aab7743436424170d3d3d421e85e7f066d351e9.zip
Everywhere: Fix a bunch of typos
Diffstat (limited to 'Base/usr')
-rw-r--r--Base/usr/share/man/man1/rev.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/usr/share/man/man1/rev.md b/Base/usr/share/man/man1/rev.md
index c172a54c11..d2aed40419 100644
--- a/Base/usr/share/man/man1/rev.md
+++ b/Base/usr/share/man/man1/rev.md
@@ -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