summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
Diffstat (limited to 'Base')
-rw-r--r--Base/res/html/misc/custom-list-item-2.png (renamed from Base/res/html/misc/custome-list-item-2.png)bin231 -> 231 bytes
-rw-r--r--Base/res/html/misc/lists.html2
-rw-r--r--Base/usr/share/man/man1/chmod.md2
-rw-r--r--Base/usr/share/man/man1/copy.md2
-rw-r--r--Base/usr/share/man/man7/Audio-subsystem.md4
-rw-r--r--Base/usr/share/man/man7/proc.md4
-rw-r--r--Base/usr/share/man/man8/groupadd.md2
7 files changed, 8 insertions, 8 deletions
diff --git a/Base/res/html/misc/custome-list-item-2.png b/Base/res/html/misc/custom-list-item-2.png
index dc90575be8..dc90575be8 100644
--- a/Base/res/html/misc/custome-list-item-2.png
+++ b/Base/res/html/misc/custom-list-item-2.png
Binary files differ
diff --git a/Base/res/html/misc/lists.html b/Base/res/html/misc/lists.html
index 45cd33d382..ed21f5d97f 100644
--- a/Base/res/html/misc/lists.html
+++ b/Base/res/html/misc/lists.html
@@ -200,7 +200,7 @@
</ol>
<p>list-style: outside lower-roman url(list-file.png)</p>
- <ol style="list-style: outside lower-roman url(custome-list-item-2.png);">
+ <ol style="list-style: outside lower-roman url(custom-list-item-2.png);">
<li>First</li>
<li>Second</li>
<li>Third</li>
diff --git a/Base/usr/share/man/man1/chmod.md b/Base/usr/share/man/man1/chmod.md
index cf7b83950b..9a8b5310c9 100644
--- a/Base/usr/share/man/man1/chmod.md
+++ b/Base/usr/share/man/man1/chmod.md
@@ -21,7 +21,7 @@ The letters `[+-=]` controls which action will be taken: `+` sets the permission
The letters `[rwx]` controls which permission will be changes: `r` is read, `w` is write and `x` is execute.
-A numeric mode is combination of 1 to 4 numbers. Omitted digits are assumet to be leading zeros. The first digit select the set user ID (4), set group ID (2) and restricted deletion / sticky (1) attributes. The second, third and fourth digit controls permissions of each user group: owner, owning group and others (not owner or owning group), respectively: read (4), write (2) and execute (1).
+A numeric mode is combination of 1 to 4 numbers. Omitted digits are assumed to be leading zeros. The first digit select the set user ID (4), set group ID (2) and restricted deletion / sticky (1) attributes. The second, third and fourth digit controls permissions of each user group: owner, owning group and others (not owner or owning group), respectively: read (4), write (2) and execute (1).
## Examples
diff --git a/Base/usr/share/man/man1/copy.md b/Base/usr/share/man/man1/copy.md
index 5fa6ea950e..9fb15bc1ba 100644
--- a/Base/usr/share/man/man1/copy.md
+++ b/Base/usr/share/man/man1/copy.md
@@ -23,6 +23,6 @@ $ copy [options...] [text...]
# Copy some image to clipboard
$ cat image.png | copy -t image/png
-# Place text 'foo' in clupboard
+# Place text 'foo' in clipboard
$ copy foo
```
diff --git a/Base/usr/share/man/man7/Audio-subsystem.md b/Base/usr/share/man/man7/Audio-subsystem.md
index e50dc91823..dd356a6f12 100644
--- a/Base/usr/share/man/man7/Audio-subsystem.md
+++ b/Base/usr/share/man/man7/Audio-subsystem.md
@@ -26,7 +26,7 @@ LibAudio is the baseline audio library that provides common audio abstractions,
#### LibDSP
-LibDSP is the digital signal processing library. It provides structures for audio editing programs, such as tracks and clips, while both dealing with MIDI data and sample data. More important is the Processor system, which allows synthesizers, samplers, sequencers, effects, etc. to be written with a common interface and be combined into chains for unlimited DSP (and musical) potential. The ProcessorParameters provide an interface for changing processor parameters programatically or through a UI.
+LibDSP is the digital signal processing library. It provides structures for audio editing programs, such as tracks and clips, while both dealing with MIDI data and sample data. More important is the Processor system, which allows synthesizers, samplers, sequencers, effects, etc. to be written with a common interface and be combined into chains for unlimited DSP (and musical) potential. The ProcessorParameters provide an interface for changing processor parameters programmatically or through a UI.
LibDSP was started to support development efforts in Piano, but it is intended as a general-purpose audio processing library, building on the groundwork from LibAudio. Therefore, users of LibDSP must be familiar with LibAudio classes and concepts, as they are used extensively in LibDSP.
@@ -46,7 +46,7 @@ Audio volume is more complicated than just multiplying a (digital or analog) aud
For the SerenityOS audio system, the following applies: Userland applications and libraries that do their own volume changes need to be aware of the nature of volume. LibAudio provides utility functions for correctly handling volume, so these are to be used whenever applicable. For AudioServer, main and per-client volume is already handled correctly; to the outside, volume is linear between 0 and 1.
-For example: A program may set its client volume to 0.5 and the audio will be percieved as half as loud by a human. However, if the program wishes to change the volume beforehand, it needs to use logarithmic scaling, for example with LibAudio's built-in functionality.
+For example: A program may set its client volume to 0.5 and the audio will be perceived as half as loud by a human. However, if the program wishes to change the volume beforehand, it needs to use logarithmic scaling, for example with LibAudio's built-in functionality.
### Sample rate
diff --git a/Base/usr/share/man/man7/proc.md b/Base/usr/share/man/man7/proc.md
index aa03ff4ab4..0a724554da 100644
--- a/Base/usr/share/man/man7/proc.md
+++ b/Base/usr/share/man/man7/proc.md
@@ -36,11 +36,11 @@ them.
### `sys` directory
-This subdirectoy includes global settings of the kernel.
+This subdirectory includes global settings of the kernel.
* **`caps_lock_to_ctrl`** - this node controls remapping of of caps lock to the Ctrl key.
* **`kmalloc_stacks`** - this node controls whether to send information about kmalloc to debug log.
-* **`ubsan_is_deadly`** - this node controls the deadliness of the kernel undefinied behavior
+* **`ubsan_is_deadly`** - this node controls the deadliness of the kernel undefined behavior
sanitizer errors.
### Per process entries
diff --git a/Base/usr/share/man/man8/groupadd.md b/Base/usr/share/man/man8/groupadd.md
index 6a7c781b15..8268cf62dc 100644
--- a/Base/usr/share/man/man8/groupadd.md
+++ b/Base/usr/share/man/man8/groupadd.md
@@ -33,6 +33,6 @@ This program must be run as root.
```sh
# groupadd -g 110 contributors
-# groupadd mainteners
+# groupadd maintainers
```