summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib.typ4
-rw-r--r--nachprufung.typ2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib.typ b/lib.typ
index e61092f..fd2220a 100644
--- a/lib.typ
+++ b/lib.typ
@@ -5,7 +5,7 @@
assistant: "", // BeisitzerIn
did_pass: none, // Bestanden? true || false
exam_duration: duration(minutes: 0), // Prüfungsdauer
- attendence: (:
+ attendance: (:
/* Veranstaltung, Jahr, regelmäßig besucht? */
"Vorlesung": (year: "", did_attend: ""),
"Übung": (year: "", did_attend: ""),
@@ -107,7 +107,7 @@
"Vorlesung": (year: "", did_attend: ""),
"Übung": (year: "", did_attend: ""),
"Tutorium": (year: "", did_attend: ""),
- ..attendence
+ ..attendance
)
#table(columns: (7.4cm,2.4cm,8.2cm),
table.header(
diff --git a/nachprufung.typ b/nachprufung.typ
index eb4bd66..9691e46 100644
--- a/nachprufung.typ
+++ b/nachprufung.typ
@@ -7,7 +7,7 @@
assistant: "", // BeisitzerIn
did_pass: none, // Bestanden? true || false
exam_duration: duration(minutes: 0), // Prüfungsdauer
- attendence: (:
+ attendance: (:
/* Veranstaltung, Jahr, regelmäßig besucht? */
"Vorlesung": (year: "", did_attend: ""),
"Übung": (year: "", did_attend: ""),