From 45323b5ba1db3e65b4f42842a505a7bc7502b0f1 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 10 Dec 2024 22:12:25 +0100 Subject: [PATCH] modified: src/db.c modified: src/iCal.c --- src/db.c | 4 ++-- src/iCal.c | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/db.c b/src/db.c index a41e013..f117455 100644 --- a/src/db.c +++ b/src/db.c @@ -1,6 +1,6 @@ /* - * INPUT: query for sotred date - * linked list of subjects to sotore + * INPUT: query for previous state + * linked list of subjects to store * * OUTPUT: * linked list of subjects from file diff --git a/src/iCal.c b/src/iCal.c index dd9b037..c534ccb 100644 --- a/src/iCal.c +++ b/src/iCal.c @@ -1,4 +1,5 @@ -/* INPUT: linked list of events and generate ical file +/* INPUT: linked list of events + * * OUTPUT: Ical File, OK to caller * */