summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-09-24 12:41:15 -0400
committerAllen Winter <allen.winter@kdab.com>2022-09-24 12:41:15 -0400
commit69d65ed88f36a63d097bb32f12bb357a01c208d7 (patch)
tree3eec9fb4eff755e248bd6b690abd0329147903b2 /doc
parent72c23623801af9ff450a98518db84da89fba83ed (diff)
downloadlibical-git-69d65ed88f36a63d097bb32f12bb357a01c208d7.tar.gz
fix spelling - found with newer codespell v2.2.1
Diffstat (limited to 'doc')
-rw-r--r--doc/UsingLibical.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/UsingLibical.md b/doc/UsingLibical.md
index be239aab..ebc3c118 100644
--- a/doc/UsingLibical.md
+++ b/doc/UsingLibical.md
@@ -433,7 +433,7 @@ int main(int argc, char *argv[])
}
```
-The parser object parameterizes the routine used to get input lines
+The parser object parametrizes the routine used to get input lines
with `icalparser_set_gen_data()`and `icalparser_get_line()`. In this
example, the routine `read_stream()` will fetch the next line from a
stream, with the stream passed in as the `void*` parameter d. The parser