From 6ae75b2a95443ddd94d1695be4dfe845fdde2f5b 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