Mercurial > mplayer.hg
diff m_struct.c @ 23873:49a433e2e78f
cosmetics: misc typo fixes
| author | diego |
|---|---|
| date | Sat, 28 Jul 2007 14:28:38 +0000 |
| parents | 2ec2301183cd |
| children | cc170348a763 |
line wrap: on
line diff
--- a/m_struct.c Sat Jul 28 14:27:55 2007 +0000 +++ b/m_struct.c Sat Jul 28 14:28:38 2007 +0000 @@ -34,7 +34,7 @@ // Check the struct fields for(i = 0 ; st->fields[i].name ; i++) { if(st->fields[i].type->flags & M_OPT_TYPE_INDIRECT) { - mp_msg(MSGT_CFGPARSER, MSGL_ERR,"Struct %s->%s: option type with the indirect flag are forbiden\n",st->name,st->fields[i].name); + mp_msg(MSGT_CFGPARSER, MSGL_ERR,"Struct %s->%s: Option types with the indirect flag are forbidden.\n",st->name,st->fields[i].name); return NULL; } }
