From 1a6e7bdd63b25ad9a2800b2bed473c08d4e53e35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Thu, 18 Nov 2021 19:41:17 +0200 Subject: =?UTF-8?q?doc/UsingLibical.md=20=E2=80=93=20typos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/UsingLibical.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') 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 -- cgit v1.2.1