From 3bb90fcf5aa5a61238c48d27217ef8da76a24958 Mon Sep 17 00:00:00 2001 From: qndel Date: Wed, 18 Sep 2024 08:29:14 +0200 Subject: [PATCH] extenstion -> extension --- src/dialog/SDL_dialog_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialog/SDL_dialog_utils.h b/src/dialog/SDL_dialog_utils.h index 1422231acf..6c5a77df10 100644 --- a/src/dialog/SDL_dialog_utils.h +++ b/src/dialog/SDL_dialog_utils.h @@ -46,7 +46,7 @@ char *convert_filter(const SDL_DialogFileFilter filter, NameTransform ntf, const char *suffix, const char *ext_prefix, const char *ext_separator, const char *ext_suffix); -// Converts the extenstion list of a filter into a single string. +// Converts the extension list of a filter into a single string. // [extension]{[extension]...} char *convert_ext_list(const char *list, const char *prefix, const char *separator, const char *suffix);