summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorShaun Case <shaunc@aja.com>2021-07-12 17:16:46 -0700
committerShaun Case <shaunc@aja.com>2021-07-12 17:16:46 -0700
commit4c37fbf5001ca9ee9d96d6ed3ad33ba43325055a (patch)
tree690f1742dd0cb7a05019182c379e924481944547 /TODO
parentc4ca6c35bda9f75204ec13260189721ca8ba2a97 (diff)
downloadlibical-git-4c37fbf5001ca9ee9d96d6ed3ad33ba43325055a.tar.gz
Fix typos and misspellings found by CodeSpell 2.1.0.
Fix a few Python whitespace errors found by Syntastic.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index e781d1a8..ea35d734 100644
--- a/TODO
+++ b/TODO
@@ -4,7 +4,7 @@ TODOs for libical
fix Coverity Scan issues
libical treats properties with multiple values incorrecty -- it always
-seperates multiple values into multiple properties. This is not
+separates multiple values into multiple properties. This is not
acceptable for CATEGORIES and RESOURCES.
Some TEXT valued properties, like METHOD, have a limited set of valid
@@ -31,7 +31,7 @@ For some value types, if there illegal characters in the value ( like
4.56 in an integer value), the parser will output the characters to
stdout.
-Check all uses of strcpy and sprinf for buffer overflows
+Check all uses of strcpy and sprintf for buffer overflows
Make the mime parsing code in sspm grow the list of parts as needed,
rather than having a hard limit.