From 6b4c6f66e7e02ecc62ffda4880167573d130b9b8 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Sun, 19 Oct 2025 15:29:01 +0000 Subject: [PATCH] fix typo git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@422 b9cfdab3-6d41-4d17-bbe4-086880011989 --- include/Mw/FileChooser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Mw/FileChooser.h b/include/Mw/FileChooser.h index faee031..0611434 100644 --- a/include/Mw/FileChooser.h +++ b/include/Mw/FileChooser.h @@ -1,6 +1,6 @@ /* $Id$ */ /*! - * %file Mw/FileChoose.h + * %file Mw/FileChooser.h * %brief File chooser */ #ifndef __MW_FILECHOOSER_H__