summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2021-11-28 12:56:10 -0500
committerAllen Winter <allen.winter@kdab.com>2021-11-28 12:56:10 -0500
commit26568d1998e2d26345c0b73759cf27da150e1e9d (patch)
tree8b2f8e5f1afc15a52c1e54ed4c0642b3655258bc /examples
parent8644f0fb781daa66de4186ead5ebfe4fba581ac9 (diff)
downloadlibical-git-26568d1998e2d26345c0b73759cf27da150e1e9d.tar.gz
lots of spelling fixes found by codespell
Diffstat (limited to 'examples')
-rw-r--r--examples/access_components.c4
-rw-r--r--examples/errors.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/access_components.c b/examples/access_components.c
index 4548d70f..c0e3985f 100644
--- a/examples/access_components.c
+++ b/examples/access_components.c
@@ -17,7 +17,7 @@ void do_something(icalcomponent *c);
style is show in create_new_component()
The second variation uses vargs lists to nest many primitive part
- constructors, resulting in a compact, neatly formated way to create
+ constructors, resulting in a compact, neatly formatted way to create
components. This style is shown in create_new_component_with_va_args()
@@ -49,7 +49,7 @@ icalcomponent* create_new_component()
of that class. So, icalcomponent_ functions will all take
icalcomponent* as their first argument. */
- /* The next call creates a new proeprty and immediately adds it to the
+ /* The next call creates a new property and immediately adds it to the
'calendar' component. */
icalcomponent_add_property(
diff --git a/examples/errors.c b/examples/errors.c
index 8ffdc1d3..f50c4c9d 100644
--- a/examples/errors.c
+++ b/examples/errors.c
@@ -57,7 +57,7 @@ void component_errors(icalcomponent *comp)
/* Since there are iTIP restriction errors, it may be impossible
to process this component as an iTIP request. In this case, the
- X-LIC-ERROR proeprties should be expressed as REQUEST-STATUS
+ X-LIC-ERROR properties should be expressed as REQUEST-STATUS
properties in the reply. This following routine makes this
conversion */