Commit 6ae75b2a95443ddd94d1695be4dfe845fdde2f5b

Authored by David RENÉ
1 parent 0ebe8ade

fix typo

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
ds_files/ds_types.anubis
@@ -161,7 +161,7 @@ public define List(DS_Type_File) hayamiki_lib_types_description = @@ -161,7 +161,7 @@ public define List(DS_Type_File) hayamiki_lib_types_description =
161 ds_type("HK_Int_Choice", [ 161 ds_type("HK_Int_Choice", [
162 alternative("hk_int_choice", [ 162 alternative("hk_int_choice", [
163 component(int, "value", comment("value to set in database corresponding to description below")), 163 component(int, "value", comment("value to set in database corresponding to description below")),
164 - component(string, "visible", comment("visible string which help the user to choose teh correct choice")) 164 + component(string, "visible", comment("visible string which help the user to choose the correct choice"))
165 ]) 165 ])
166 ]), 166 ]),
167 167