summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2020-10-02 22:14:37 +0100
committerAndreas Kling <kling@serenityos.org>2020-10-03 12:36:49 +0200
commitbcfc6f0c57f9d4ce4343cbb6ee0f0ab8de56c789 (patch)
treed3e16e6361f4693ae5362c10da05bc6a4ad30190 /Base
parent4e86c34ef0d1d227309f8e8d22be5ea737830c24 (diff)
downloadserenity-bcfc6f0c57f9d4ce4343cbb6ee0f0ab8de56c789.zip
Everywhere: Fix more typos
Diffstat (limited to 'Base')
-rw-r--r--Base/etc/services4
-rw-r--r--Base/home/anon/.config/FileManager.ini2
-rw-r--r--Base/res/html/misc/acid2.html2
-rw-r--r--Base/res/html/misc/borders.html4
-rw-r--r--Base/res/js/Spreadsheet/runtime.js2
-rw-r--r--Base/usr/share/man/man1/test.md6
-rw-r--r--Base/usr/share/man/man1/xargs.md2
-rw-r--r--Base/usr/share/man/man2/mount.md2
-rw-r--r--Base/usr/share/man/man2/pipe.md2
-rw-r--r--Base/usr/share/man/man5/Shell.md4
-rw-r--r--Base/usr/share/man/man8/useradd.md2
-rw-r--r--Base/usr/share/man/man8/userdel.md2
12 files changed, 17 insertions, 17 deletions
diff --git a/Base/etc/services b/Base/etc/services
index fa7ae2458f..a65870775b 100644
--- a/Base/etc/services
+++ b/Base/etc/services
@@ -213,7 +213,7 @@ pop3s 995/tcp # POP-3 over SSL
#> providing services to unknown callers, a service contact port is
#> defined. This list specifies the port used by the server process as its
#> contact port. While the IANA can not control uses of these ports it
-#> does register or list uses of these ports as a convienence to the
+#> does register or list uses of these ports as a convenience to the
#> community.
#
socks 1080/tcp # socks proxy server
@@ -392,7 +392,7 @@ afs3-vlserver 7003/tcp # volume location database
afs3-vlserver 7003/udp
afs3-kaserver 7004/tcp # AFS/Kerberos authentication
afs3-kaserver 7004/udp
-afs3-volser 7005/tcp # volume managment server
+afs3-volser 7005/tcp # volume management server
afs3-volser 7005/udp
afs3-errors 7006/tcp # error interpretation service
afs3-errors 7006/udp
diff --git a/Base/home/anon/.config/FileManager.ini b/Base/home/anon/.config/FileManager.ini
index c0edb5457b..8b518f0c8a 100644
--- a/Base/home/anon/.config/FileManager.ini
+++ b/Base/home/anon/.config/FileManager.ini
@@ -5,4 +5,4 @@ ViewMode=Icon
Left=150
Top=75
Width=640
-Heigth=480
+Height=480
diff --git a/Base/res/html/misc/acid2.html b/Base/res/html/misc/acid2.html
index b6432099e4..9c7712a22f 100644
--- a/Base/res/html/misc/acid2.html
+++ b/Base/res/html/misc/acid2.html
@@ -19,7 +19,7 @@
/* picture setup */
#top { margin: 100em 3em 0; padding: 2em 0 0 .5em; text-align: left; font: 2em/24px sans-serif; color: navy; white-space: pre; } /* "Hello World!" text */
.picture { position: relative; border: 1em solid transparent; margin: 0 0 100em 3em; } /* containing block for face */
- .picture { background: red; } /* overriden by preferred stylesheet below */
+ .picture { background: red; } /* overridden by preferred stylesheet below */
/* top line of face (scalp): fixed positioning and min/max height/width */
.picture p { position: fixed; margin: 0; padding: 0; border: 0; top: 9em; left: 11em; width: 140%; max-width: 4em; height: 8px; min-height: 1em; max-height: 2mm; /* min-height overrides max-height, see 10.7 */ background: black; border-bottom: 0.5em yellow solid; }
diff --git a/Base/res/html/misc/borders.html b/Base/res/html/misc/borders.html
index 32447b0721..d84befbe11 100644
--- a/Base/res/html/misc/borders.html
+++ b/Base/res/html/misc/borders.html
@@ -51,7 +51,7 @@ div + div {
#three-px-solid-blue {
border: 3px solid blue;
}
-#foo-but-actually-resetted {
+#foo-but-actually-reset {
border-top-color: red;
border-right-color: lime;
border-bottom-color: blue;
@@ -132,7 +132,7 @@ div + div {
<div id="resetting">resetting</div>
<div id="three-px-solid-blue-separate">three px solid blue separate</div>
<div id="three-px-solid-blue">three px solid blue</div>
-<div id="foo-but-actually-resetted">foo but actually resetted</div>
+<div id="foo-but-actually-reset">foo but actually reset</div>
<div id="double-width">double width</div>
<div id="double-style">double style</div>
<div id="double-color">double color</div>
diff --git a/Base/res/js/Spreadsheet/runtime.js b/Base/res/js/Spreadsheet/runtime.js
index 8c60f894bc..90533b1cc1 100644
--- a/Base/res/js/Spreadsheet/runtime.js
+++ b/Base/res/js/Spreadsheet/runtime.js
@@ -440,7 +440,7 @@ reduce.__documentation = JSON.stringify({
"to the `accumulator`\n The `reduction function` should be a function of arity 2, taking " +
"first the accumulator, then the current value, and returning the new accumulator value\n\n" +
"Please keep in mind that this function respects the cell type, and can yield non-numeric " +
- "values to the `curent value`.",
+ "values to the `current value`.",
examples: {
'reduce((acc, x) => acc * x, 1, range("A0", "A5"))':
"Calculate the product of all values in the range A0:A5",
diff --git a/Base/usr/share/man/man1/test.md b/Base/usr/share/man/man1/test.md
index fd1c33c7a5..a860f2ba52 100644
--- a/Base/usr/share/man/man1/test.md
+++ b/Base/usr/share/man/man1/test.md
@@ -67,9 +67,9 @@ The expression can take any of the following forms:
### File permission checks
-* `-r <file>` whether the curent user has read access to the file
-* `-w <file>` whether the curent user has write access to the file
-* `-x <file>` whether the curent user has execute access to the file
+* `-r <file>` whether the current user has read access to the file
+* `-w <file>` whether the current user has write access to the file
+* `-x <file>` whether the current user has execute access to the file
* `-e <file>` whether the file exists
diff --git a/Base/usr/share/man/man1/xargs.md b/Base/usr/share/man/man1/xargs.md
index b540bab6a5..977b27fe5f 100644
--- a/Base/usr/share/man/man1/xargs.md
+++ b/Base/usr/share/man/man1/xargs.md
@@ -12,7 +12,7 @@ $ xargs [options...] [command [initial-arguments...]]
`xargs` reads items from a stream, delimited by some blank character (`delimiter`), and executes the `command` as many times as there are items, with any processed `initial-arguments`, possibly followed by a number of items read from the input.
-If a `placeholder` is explicitly specified, the `max-lines` limit is set to 1, and each argument in `initial-arguments` is processed by replacing any occurence of the `placeholder` with the input item, and treating the entire resulting value as _one_ argument.
+If a `placeholder` is explicitly specified, the `max-lines` limit is set to 1, and each argument in `initial-arguments` is processed by replacing any occurrence of the `placeholder` with the input item, and treating the entire resulting value as _one_ argument.
It is to be noted that `command` is also subject to substitution in this mode.
diff --git a/Base/usr/share/man/man2/mount.md b/Base/usr/share/man/man2/mount.md
index cd3c4c3e16..69918b89fa 100644
--- a/Base/usr/share/man/man2/mount.md
+++ b/Base/usr/share/man/man2/mount.md
@@ -45,7 +45,7 @@ mounted file system.
If `MS_BIND` is specified in `flags`, `fs_type` is ignored and a bind mount is
performed instead. In this case, the file or directory specified by `source_fd`
-is overlayed over `target` — the target appears to be replaced by a copy of the
+is overlaid over `target` — the target appears to be replaced by a copy of the
source. This can be used as an alternative to symlinks or hardlinks.
Each bind mount has its own set of flags, independent of the others or the
diff --git a/Base/usr/share/man/man2/pipe.md b/Base/usr/share/man/man2/pipe.md
index 020f85151e..fcea9a9827 100644
--- a/Base/usr/share/man/man2/pipe.md
+++ b/Base/usr/share/man/man2/pipe.md
@@ -29,7 +29,7 @@ writes some data to the pipe which the parent reads:
```c++
#include <AK/Assertions.h>
#include <stdio.h>
-#incldue <unistd.h>
+#include <unistd.h>
int main()
{
diff --git a/Base/usr/share/man/man5/Shell.md b/Base/usr/share/man/man5/Shell.md
index b24b616c10..0acc3019e3 100644
--- a/Base/usr/share/man/man5/Shell.md
+++ b/Base/usr/share/man/man5/Shell.md
@@ -40,7 +40,7 @@ Any sequence of _Double Quoted String Part_ tokens:
* Escaped sequences
##### Variable Reference
-Any sequence of _Identifier_ characters, or a _Special Variable_ follwing a `$`
+Any sequence of _Identifier_ characters, or a _Special Variable_ following a `$`
##### Evaluate expression
Any expression following a `$` that is not a variable reference:
@@ -331,7 +331,7 @@ list_expression :: ' '* expression (' '+ list_expression)?
expression :: evaluate expression?
| string_composite expression?
- | comment expession?
+ | comment expression?
| '(' list_expression ')' expression?
evaluate :: '$' '(' pipe_sequence ')'
diff --git a/Base/usr/share/man/man8/useradd.md b/Base/usr/share/man/man8/useradd.md
index 82c4423cb1..8699e8f934 100644
--- a/Base/usr/share/man/man8/useradd.md
+++ b/Base/usr/share/man/man8/useradd.md
@@ -36,7 +36,7 @@ This program must be run as root.
## Files
* `/etc/passwd` - new user information (such as UID and GID) is appended to this file.
-* `/home/` - user home directroy is created here if the `-m` flag is specified.
+* `/home/` - user home directory is created here if the `-m` flag is specified.
## Examples
diff --git a/Base/usr/share/man/man8/userdel.md b/Base/usr/share/man/man8/userdel.md
index 745474ff86..b695014c04 100644
--- a/Base/usr/share/man/man8/userdel.md
+++ b/Base/usr/share/man/man8/userdel.md
@@ -28,7 +28,7 @@ This program must be run as root.
## Files
* `/etc/passwd` - user information (such as UID and GID) in this file is deleted.
-* `/home/` - user home directroy is deleted if the `-r` flag is specified.
+* `/home/` - user home directory is deleted if the `-r` flag is specified.
## Examples