commit 2afdf08633319b952cf7419e57c52455254847da
parent ed314635e7ad6b0ed1c3de7f026ef5640508952e
Author: Frederic Cambus <fred@statdns.com>
Date: Fri, 7 Jun 2019 22:57:59 +0200
Fix a couple of typos.
Diffstat:
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/api/curl.md b/api/curl.md
@@ -163,7 +163,7 @@ Nothing
int kore_curl_success(struct kore_curl *client)
```
### Description
-Check if a curl request was successfull (checks if the curl handle is CURLE\_OK).
+Check if a curl request was successful (checks if the curl handle is CURLE\_OK).
| Parameter | Description |
| -- | -- |
diff --git a/api/miscellaneous.md b/api/miscellaneous.md
@@ -110,7 +110,7 @@ The number of components.
void kore_strip_chars(char *in, const char strip, char **out)
```
### Description
-Safely strip all occurences of a certain character from a C string. The result must be freed by the caller.
+Safely strip all occurrences of a certain character from a C string. The result must be freed by the caller.
| Parameter | Description |
| -- | -- |
diff --git a/api/python.md b/api/python.md
@@ -1088,7 +1088,7 @@ and data.
### Returns
-A tuple of (adress, port, data) for AF\_INET,
+A tuple of (address, port, data) for AF\_INET,
A tuple of (address, data) for AF\_UNIX.
None on EOF.
diff --git a/applications/running.md b/applications/running.md
@@ -17,7 +17,7 @@ You can skip chroot\(\) and privdrops using -n and -r.
### Random
-**Important** If you are running Kore chrooted and privilege seperated (which
+**Important** If you are running Kore chrooted and privilege separated (which
you **should** be doing production), Kore will require /dev/urandom to be
created under the chroot environment for both the keymgr and worker processes.