aboutsummaryrefslogtreecommitdiff
path: root/static/vevent.ts
diff options
context:
space:
mode:
Diffstat (limited to 'static/vevent.ts')
-rw-r--r--static/vevent.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/vevent.ts b/static/vevent.ts
index 2bd4d3e0..f3606f70 100644
--- a/static/vevent.ts
+++ b/static/vevent.ts
@@ -37,7 +37,7 @@ class VEventValue {
let v = this.value;
switch (this.type) {
case 'binary':
- /* TOOD */
+ /* TODO */
value = 'BINARY DATA GOES HERE';
break;
case 'date-time':