diff options
author | Allen Winter <allen.winter@kdab.com> | 2021-11-28 12:56:10 -0500 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2021-11-28 12:56:10 -0500 |
commit | 26568d1998e2d26345c0b73759cf27da150e1e9d (patch) | |
tree | 8b2f8e5f1afc15a52c1e54ed4c0642b3655258bc /examples/errors.c | |
parent | 8644f0fb781daa66de4186ead5ebfe4fba581ac9 (diff) | |
download | libical-git-26568d1998e2d26345c0b73759cf27da150e1e9d.tar.gz |
lots of spelling fixes found by codespell
Diffstat (limited to 'examples/errors.c')
-rw-r--r-- | examples/errors.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |