From 26568d1998e2d26345c0b73759cf27da150e1e9d Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Sun, 28 Nov 2021 12:56:10 -0500 Subject: lots of spelling fixes found by codespell --- examples/access_components.c | 4 ++-- examples/errors.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') 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 */ -- cgit v1.2.1