From c57b5bcd22826e0852c2bc9c7d4382e1cac7cb74 Mon Sep 17 00:00:00 2001 From: dundargoc Date: Wed, 2 Nov 2022 13:30:51 +0000 Subject: patch 9.0.0828: various typos Problem: Various typos. Solution: Correct typos. (closes #11432) --- src/structs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/structs.h') diff --git a/src/structs.h b/src/structs.h index dfcdcfb188..1a7a46c193 100644 --- a/src/structs.h +++ b/src/structs.h @@ -823,7 +823,7 @@ typedef struct textprop_S // text is truncated #define TP_FLAG_START_INCL 0x100 // "start_incl" copied from proptype -#define PROP_TEXT_MIN_CELLS 4 // minimun number of cells to use for +#define PROP_TEXT_MIN_CELLS 4 // minimum number of cells to use for // the text, even when truncating /* @@ -1884,7 +1884,7 @@ typedef struct { #define IMP_FLAGS_AUTOLOAD 4 // script still needs to be loaded /* - * Info about an encoutered script. + * Info about an encountered script. * When sn_state has the SN_STATE_NOT_LOADED is has not been sourced yet. */ typedef struct @@ -2095,7 +2095,7 @@ struct funcstack_S }; /* - * Structure to hold the variables declared in a loop that are possiblly used + * Structure to hold the variables declared in a loop that are possibly used * in a closure. */ typedef struct loopvars_S loopvars_T; -- cgit v1.2.3