Skip to content

Commit 4c9818e

Browse files
committed
spelling mistakes
1 parent 3aced46 commit 4c9818e

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

docs/apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ application.
7474

7575
You likely installed instantWM on an existing system. instantWM is just a
7676
window manager does not include any other programs. These have to be installed
77-
separately from [http://packages.instantos.io.](http://packages.instantos.io).
77+
separately from [http://packages.instantos.io](http://packages.instantos.io).
7878
It is also a lot harder to provide support for these frankensteined systems
7979
since lots of things can vary depending on what your base system looks like.
8080

docs/development/instantARCH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ INSTALLDEBUG or by creating the file /tmp/installdebug. It opens a debug menu
1919
after each step and allows for pausing, cancelling or continuing the
2020
installation.
2121

22-
you can put an identifier in /tmp/debugname that is then put in the log file in
22+
You can put an identifier in /tmp/debugname that is then put in the log file in
2323
order to be able to later recognize a testing installation

docs/development/instantMENU.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ selectable.
2121
> this entry will not be selectable but will still display' | instantmenu
2222
```
2323

24-
Entries can also be styled with the default color pallete
24+
Entries can also be styled with the default color palette
2525

2626
```sh
2727
echo 'this entry will be selectable
@@ -135,7 +135,7 @@ Imenu is a wrapper around instantmenu that allows fast creation of common types
135135
edit list from stdin, adding an item executes <addcommand>
136136
137137
```
138-
### Exmaples
138+
### Examples
139139

140140
```sh
141141
imenu -m 'this is a test message'

docs/development/status.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ complete status text that can be used by the window manager. It will
4444
### Progress
4545

4646
At the moment this is **all just plans**, no code for the status bar has
47-
been written yet as development is still focussed on making the operating
47+
been written yet as development is still focused on making the operating
4848
system more stable before piling on even more features
4949

5050
## Styling
@@ -59,7 +59,7 @@ All Markup commands have the following format
5959
^commandnamecommandargument^
6060
```
6161

62-
They have a "\^" as suffix and prefix. The opening caret is immediatly followed
62+
They have a "\^" as suffix and prefix. The opening caret is immediately followed
6363
by the command name which is then (without a separator) followed by the
6464
argument.
6565

docs/installguide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Then you can play around with the live version or start the installer program
2626
to create an installation on your computer.
2727

2828
After the installation is finished you can shut down the computer, unplug the
29-
live medium and upon booting you be greeted with the freshly installed OS.
29+
live medium and upon booting you will be greeted with the freshly installed OS.
3030

3131
## Prerequisites
3232

@@ -81,7 +81,7 @@ next instruction. Most computers have a splash screen that
8181
briefly appears before continuing the booting process. It usually contains the
8282
Logo of the manufacturer. Somewhere, usually below the logo there should be a
8383
list of keys that can be pressed while the splash screen is active and a
84-
description of what they do. Look for "boot medium" or somethings similar, and
84+
description of what they do. Look for "boot medium" or something similar, and
8585
if that is not there, go for "BIOS" or "setup". If you missed the key the first
8686
time around, shut the computer back down and start repeatedly pressing it as soon
8787
as it turns on. If the "boot medium" option is available you should get a menu that

docs/layouts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ itself is tiled vertically.
6666

6767
### Monocle **`[n]`**
6868

69-
![Place](https://instantos.io/images/layouts/monocle.png)
69+
![Placeholder](https://instantos.io/images/layouts/monocle.png)
7070

7171
All windows are Fullscreen and layered on top of each other. The window
7272
currently in focus is always on top.

faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ On instantOS:
3434

3535
- instantSETTINGS: instantOS → instantOS development tools → yes
3636
- wait for the installation to finish
37-
- Use `ibuild` from the command line, `ibuld help` for available commands and some help
37+
- Use `ibuild` from the command line, `ibuild help` for available commands and some help
3838

3939
For instance, if you want to build the latest instantWM from the github source repository:
4040

@@ -81,7 +81,7 @@ A major rework of the status bar is planned, that will make for immediate update
8181
## Can I customize the status bar
8282

8383
You can completely disable the built-in status bar in the settings menu and then
84-
run our own status bar (or status script periodically).
84+
run your own status bar (or status script periodically).
8585
For inspiration have a look at `/usr/bin/instantstatus`.
8686

8787
## My keyboard layout doesn't work with instantOS and language support sucks
@@ -104,7 +104,7 @@ We're sorry, but we have to prioritize other things for now.
104104

105105
InstantOS executes a shell script at `~/.config/instantos/autostart.sh` on startup.
106106
You can also link or copy a `.desktop` file to `~/.config/autostart` or use a
107-
graphica tool that does this.
107+
graphical tool that does this.
108108

109109
## Does it support 32 bit
110110

links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ It is being used in the instantARCH installer.
9292

9393
### [mirror](https://github.com/instantOS/mirror)
9494

95-
A mirror of all binary packages hosted int the instantOS pacman repo
95+
A mirror of all binary packages hosted in the instantOS pacman repo
9696

9797
### [instantTOOLS](https://github.com/instantOS/instantTOOLS)
9898

roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Roadmap
22

3-
A more technical and live updatung list of concrete features can be found [here](https://github.com/instantOS/instantOS/projects/1)
3+
A more technical and live updating list of concrete features can be found [here](https://github.com/instantOS/instantOS/projects/1)
44

55
## Finish up Documentation
66

0 commit comments

Comments
 (0)