Skip to content

Commit acd7f6c

Browse files
committed
spelling check of docs directory
1 parent 7749e8f commit acd7f6c

15 files changed

+22
-22
lines changed

docs/API_Doc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ Simply run a get request on this endpoint to get the relevant log entries for a
659659

660660
# Organisations
661661
## Add
662-
POST an Organisation object in JSON format to this API to create a new organsiation.
662+
POST an Organisation object in JSON format to this API to create a new organisation.
663663
```
664664
/admin/organisations/add
665665
```
@@ -683,7 +683,7 @@ POST an Organisation object in JSON format to this API to create a new organsiat
683683
| local |integer |If the organisation should have access to this instance, make sure that the Local organisation setting is checked. If you would only like to add a known external organisation for inclusion in sharing groups, uncheck the Local organisation setting. |
684684

685685
## Edit
686-
POST an Organisation object in JSON format to this API to create a new organsiation.
686+
POST an Organisation object in JSON format to this API to create a new organisation.
687687
```
688688
/admin/organisations/edit
689689
```
@@ -997,7 +997,7 @@ Untag an event or attribute. Tag can be the id or the name.
997997

998998

999999
## AttachTagToObject
1000-
Attach a Tag to an object, refenced by an UUID. Tag can either be a tag id or a tag name.
1000+
Attach a Tag to an object, referenced by an UUID. Tag can either be a tag id or a tag name.
10011001
```
10021002
/tags/attachTagToObject
10031003
```

docs/CONFIG.ApacheSecureAuth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ the browser forget these.
3434
There is no common or properly defined way of "logging out" after logging in with HTTP Basic Auth.
3535

3636
If the user presses the GUI "Log out" link, this can result in a logout-login loop, where the user
37-
is logged out, but then immediately loggged back in by means of the browsers cached HTTP Basic Auth
37+
is logged out, but then immediately logged back in by means of the browsers cached HTTP Basic Auth
3838
credentials. This can be observed when a user presses "Log out", for then to be returned to the
3939
events view with two flash messages - one about a successful logout, and one "Welcome back" login-message.
4040

docs/UPDATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ It is **very strongly recommended** to upgrade MISP via the web interface. This
55

66
# Point release updates
77
!!! notice
8-
In general, updating MISP between point releases (for exampe 2.4.50 -> 2.4.53) happens with one of the following two options (both are to be executed as root).
8+
In general, updating MISP between point releases (for example 2.4.50 -> 2.4.53) happens with one of the following two options (both are to be executed as root).
99

1010
## Option 1
1111

docs/archive/xINSTALL.debian9-postgresql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ psql -U misp -d misp -f /var/www/MISP/INSTALL/POSTGRESQL-data-initial.sql -h loc
6060

6161

6262
# ATTENTION: skip this step if you want to migrate from MySQL/MariaDB!
63-
# perhaps you accidently installed MySQL/MariaDB, too - but you can clean it up like this
63+
# perhaps you accidentally installed MySQL/MariaDB, too - but you can clean it up like this
6464
sudo apt-get remove mysql-server mysql-client mariadb-client mariadb-server php5-mysql
6565

6666

docs/archive/xINSTALL.ubuntu1804.with.webmin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ Most of it should have been done when you created the subdomain but add these ch
286286

287287
<Directory /home/misp/public_html/MISP/app/webroot>
288288

289-
# The rest should't require modifications. Restart Apache
289+
# The rest shouldn't require modifications. Restart Apache
290290

291291
sudo service apache2 restart
292292
```

docs/background-jobs-migration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Migration guide to new Background Jobs backend
2-
As of **MISP** version `2.4.151` we introduced a simpler way to handle background jobs without relying in CakeResque as this library is no longer mantained.
2+
As of **MISP** version `2.4.151` we introduced a simpler way to handle background jobs without relying in CakeResque as this library is no longer maintained.
33

44
For the time being both background jobs backends will be supported, but we plan to phase out the CakeResque one in a near future.
55

docs/correlations.rework.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Despite the re-correlation potentially taking a long time, your instance will st
3737
### Some precautions you can take to ease the process:
3838

3939
- Make sure that your mysql is able to perform well, it is especially important that the innodb_buffer_size is not using the rather restrictive default value
40-
- Potentially disalbe query caching as this is one of the situations where it can be quite detrimental due to the alternating high frequency reads/writes to the same table (you can do this by issuing the `SET GLOBAL query_cache_size = 0;` command via your MySQL CLI client)
40+
- Potentially disable query caching as this is one of the situations where it can be quite detrimental due to the alternating high frequency reads/writes to the same table (you can do this by issuing the `SET GLOBAL query_cache_size = 0;` command via your MySQL CLI client)
4141
- Run multiple `default` background workers, since the correlation will keep one of the workers monitoring that queue busy for a prolonged period. (Add more via Administration->server settings->workers)
4242

4343
# How is the new engine different than the old one?
@@ -68,7 +68,7 @@ Despite the re-correlation potentially taking a long time, your instance will st
6868

6969
# Switching engines
7070

71-
The following proedure is to be used to switch between the `Default correlation engine` and the `No ACL engine`:
71+
The following procedure is to be used to switch between the `Default correlation engine` and the `No ACL engine`:
7272
- Navigate to Administration -> server settings -> correlations
7373
- Click on `Activate` under the chosen engine's header
7474
- Once the desired engine becomes active, truncate the table of the previously used engine to regain the disk space
@@ -96,7 +96,7 @@ In addition to the values being blocked based on the threshold the state of this
9696

9797
![](https://raw.githubusercontent.com/MISP/MISP/2.4/docs/img/2.4.160/over_correlations2.png)
9898

99-
You will be able to see attrbutes as having too many correlations when viewing events, clicking on the magnifying glass will bring up the attribute search for the attribute value.
99+
You will be able to see attributes as having too many correlations when viewing events, clicking on the magnifying glass will bring up the attribute search for the attribute value.
100100

101101
### The Correlation exclusions
102102

docs/generic/MISP_CAKE_init.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#### Initialize MISP configuration and set some defaults
22
```bash
33
# <snippet-begin 2_core-cake.sh>
4-
# Core cake commands to tweak MISP and aleviate some of the configuration pains
4+
# Core cake commands to tweak MISP and alleviate some of the configuration pains
55
# The ${RUN_PHP} is ONLY set on RHEL installs and can thus be ignored
66
# This file is NOT an excuse to NOT read the settings and familiarize ourselves with them ;)
77

@@ -270,7 +270,7 @@ coreCAKE () {
270270

271271
# This updates Galaxies, ObjectTemplates, Warninglists, Noticelists, Templates
272272
updateGOWNT () {
273-
# AUTH_KEY Place holder in case we need to **curl** somehing in the future
273+
# AUTH_KEY Place holder in case we need to **curl** something in the future
274274
#
275275
${SUDO_WWW} ${RUN_MYSQL} -- mysql -h ${DBHOST} -u ${DBUSER_MISP} -p${DBPASSWORD_MISP} misp -e "SELECT authkey FROM users;" | tail -1 > /tmp/auth.key
276276
AUTH_KEY=$(cat /tmp/auth.key)

docs/generic/hardening.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ MISP is a web-based **information sharing platform**, by design it is kept rathe
77
Bare in mind that neither the MISP documentation efforts or the core MISP project can give you the ultimate guide on how to harden your system.
88
This is not the purpose of the MISP Project but the purpose and care of those individuals and organizations deploying MISP Instances.
99

10-
Nevertheless here is a very rough **food for thoughts** bulletpoint list for you to consider, and a list of some hardening ressources below.
10+
Nevertheless here is a very rough **food for thoughts** bulletpoint list for you to consider, and a list of some hardening resources below.
1111

1212
- Are we using SSL by default? (Especially when syncing over the internet and exposing the API)
1313
- How to we access the machine remotely? Via ssh? What is the path to get there? Does a [bastion host](https://en.wikipedia.org/wiki/Bastion_host) make sense?

docs/generic/supportFunctions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ preInstall () {
438438
# Check apache config (Maybe try to talk to the server via api, this would confirm quite a lot)
439439
# Check if workers are running/installed, maybe kick them if they are not
440440
# /var/www/MISP/app/Config/[bootstrap,databases,core,config].php exists
441-
# /var/www/MISP perms are correct (for $SUDO_WWW useage)
441+
# /var/www/MISP perms are correct (for $SUDO_WWW usage)
442442
#
443443

444444
# Check if $PATH_TO_MISP exists and is writable by $WWW_USER

0 commit comments

Comments
 (0)