summaryrefslogtreecommitdiff
path: root/src/libicalvcal/vcc.y
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 /src/libicalvcal/vcc.y
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 'src/libicalvcal/vcc.y')
-rw-r--r--src/libicalvcal/vcc.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libicalvcal/vcc.y b/src/libicalvcal/vcc.y
index e2078a3b..97c50ec7 100644
--- a/src/libicalvcal/vcc.y
+++ b/src/libicalvcal/vcc.y
@@ -708,7 +708,7 @@ static char* lexLookaheadWord() {
#ifdef _SUPPORT_LINE_FOLDING
static void handleMoreRFC822LineBreak(int c) {
- /* suport RFC 822 line break in cases like
+ /* support RFC 822 line break in cases like
* ADR: foo;
* morefoo;
* more foo;
@@ -1103,7 +1103,7 @@ int yylex() {
}
}
else {
- /* unknow token */
+ /* unknown token */
return 0;
}
break;