summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorДилян Палаузов <git-dpa@aegee.org>2021-11-18 19:41:17 +0200
committerДилян Палаузов <git-dpa@aegee.org>2021-11-18 19:41:39 +0200
commit1a6e7bdd63b25ad9a2800b2bed473c08d4e53e35 (patch)
treec377afa0b9a2d1a18aa47bc3fd3c88183a20d729 /doc
parent16474413b907cb053d06e62a5b61cdf41ea3886f (diff)
downloadlibical-git-1a6e7bdd63b25ad9a2800b2bed473c08d4e53e35.tar.gz
doc/UsingLibical.md – typos
Diffstat (limited to 'doc')
-rw-r--r--doc/UsingLibical.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/UsingLibical.md b/doc/UsingLibical.md
index b158f560..51103495 100644
--- a/doc/UsingLibical.md
+++ b/doc/UsingLibical.md
@@ -712,7 +712,7 @@ their own. You can manipulate them either as part of the property
or independently.
The most common way to work with values to is to manipulate them from
-they properties that contain them. This involves fewer routine calls
+the properties that contain them. This involves fewer routine calls
and intermediate variables than working with them independently, and
it is type-safe.
@@ -1109,7 +1109,7 @@ icalfileset* icalfileset_new_open(
```
`icalset_new_file()` is identical to `icalfileset_new()`. Both routines will
-open an existing file for readinga and writing, or create a new file
+open an existing file for reading and writing, or create a new file
if it does not exist. `icalfileset_new_open()` takes the same arguments
as the open() system routine and behaves in the same way.
@@ -1275,7 +1275,7 @@ then the return value will be the same as icalerrno. You can use
`icalerror_strerror()` to get a string that describes the error.
The enumerations are:
-- `ICAL_BADARG_ERROR`: One of the argument to a routine was bad.
+- `ICAL_BADARG_ERROR`: One of the arguments to a routine was bad.
Typically for a null pointer.
- `ICAL_NEWFAILED_ERROR`: A `new()` or `malloc()` failed.
@@ -1410,7 +1410,7 @@ Enums that identify a parameter value have the name of the parameter
as the second word. For instance: `ICAL_ROLE_REQPARTICIPANT` or
`ICAL_PARTSTAT_ACCEPTED`.
-The enums for the parts of a recurarance rule and request statuses
+The enums for the parts of a recurrence rule and request statuses
are irregular.
## 6 Hacks and Bugs