Commit 3b41dfa93058adadc73c37a3d2c845e8bf057a5e
1 parent
121721e0
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 |