From 3b41dfa93058adadc73c37a3d2c845e8bf057a5e Mon Sep 17 00:00:00 2001 From: totoro Date: Sun, 24 Jul 2022 09:59:40 +0900 Subject: [PATCH] fix typo --- ds_files/ds_types.anubis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ds_files/ds_types.anubis b/ds_files/ds_types.anubis index 20a6aaa..069213b 100644 --- a/ds_files/ds_types.anubis +++ b/ds_files/ds_types.anubis @@ -161,7 +161,7 @@ public define List(DS_Type_File) hayamiki_lib_types_description = ds_type("HK_Int_Choice", [ alternative("hk_int_choice", [ component(int, "value", comment("value to set in database corresponding to description below")), - component(string, "visible", comment("visible string which help the user to choose teh correct choice")) + component(string, "visible", comment("visible string which help the user to choose the correct choice")) ]) ]), -- libgit2 0.21.4