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