diff options
author | orangerot <orangerot@orangerot.dev> | 2025-08-26 19:23:09 +0200 |
---|---|---|
committer | orangerot <orangerot@orangerot.dev> | 2025-08-26 19:23:09 +0200 |
commit | b4bfc87f6524d124178f7775b9a3bf03c0cb9796 (patch) | |
tree | 809a2e40fdf6dc6b4138d1610077309aca757931 /nachprufung.typ | |
parent | 6841a13fe8eabab464343a2ae9bb350a063f086b (diff) |
fix(lib,nachprufung): correct spelling mistake of "attendance" in template parameter
Diffstat (limited to 'nachprufung.typ')
-rw-r--r-- | nachprufung.typ | 2 |
1 files changed, 1 insertions, 1 deletions
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: ""), |