aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-10-16 02:20:50 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-10-16 23:28:34 +0200
commit1e860bb44cbb9ac607a2fe0b1c0ef0039478d0b9 (patch)
tree54a066e8f52edc90d8dad599236a0ea6343668ee
parentRemove exec flag from guild scripts. (diff)
downloadcalp-1e860bb44cbb9ac607a2fe0b1c0ef0039478d0b9.tar.gz
calp-1e860bb44cbb9ac607a2fe0b1c0ef0039478d0b9.tar.xz
Fix wrongly ordered TODO's.
-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':