X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/f66e1d2b0fc24c16fc18ab217a486ec27373cfc9..b3ebdfc56e7a0199a60d80f54872e86969d96933:/h/mh.h diff --git a/h/mh.h b/h/mh.h index 4b3818c0..59132103 100644 --- a/h/mh.h +++ b/h/mh.h @@ -160,7 +160,7 @@ extern struct swit anoyes[]; /* standard yes/no switches */ * general folder attributes */ #define READONLY (1<<0) /* No write access to folder */ -#define SEQMOD (1<<1) /* folder's sequences modifed */ +#define SEQMOD (1<<1) /* folder's sequences modified */ #define ALLOW_NEW (1<<2) /* allow the "new" sequence */ #define OTHERS (1<<3) /* folder has other files */ #define MODIFIED (1<<4) /* msh in-core folder modified */