From 84598634562c998f07d879e85ac5ee1509a101b5 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Mon, 22 Jul 2024 13:42:19 +0200 Subject: Los typfout op --- src/io/read_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/io/read_file.c b/src/io/read_file.c index e9e4a6a..2ff00a5 100644 --- a/src/io/read_file.c +++ b/src/io/read_file.c @@ -85,7 +85,7 @@ struct filebuf *file_to_filebuf(char *fname, int openOptions) { } // braces are needed until we actually use c23 instead of c2x (only c23 allows - // labels before delcarations) + // labels before declarations) sponge: { FILE *stream = fdopen(fd, "rb"); struct filebuf *res = stream_to_filebuf(stream, openOptions); -- cgit v1.2.3-70-g09d2